#6BDDE1

Color #6BDDE1 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6BDDE1

Tints of Turquoise Blue #6BDDE1

Color information

#6BDDE1 (or 0x6BDDE1) is unknown color: approx Turquoise Blue. HEX triplet: 6B, DD and E1. RGB value is (107,221,225). Sum of RGB (Red+Green+Blue) = 107+221+225=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #6BDDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDE1 is #94221E. Grayscale: #BBBBBB. Windows color (decimal): -9708063 or 14802283. OLE color: 14802283.

HSL color Cylindrical-coordinate representation of color #6BDDE1: hue angle of 182.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDE1 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB107221225-
CMYK0.520.0200.12
HSL182.03º66.29%65.1%-
HSV(B)182.03º52.44%88.24%-
XYZ45.5160.2780.47-
YUV187.37149.2370.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 19.35%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 225 (88.28% from 255) = 40.69%
R=19.35%
G=39.96%
B=40.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072212250.520.0200.12182.0366.2965.1
Hex6BDDE13420Cb64241
Octal153335341642014266102101
Binary1101011110111011110000111010010011001011011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BDDE1; }

 p { color: rgb(107,221,225); }

 H1.HeaderClassName
 {
   color: #6BDDE1;
 }
 .AnyTagClassName
 {
   color: #6BDDE1;
 }
</style>
background-color css

<style>
 a { background-color: #6BDDE1; }

 a { background-color: rgb(107,221,225); }

 div.DivClassName
 {
   background-color: #6BDDE1;
 }
 .BgClassName
 {
   background-color: #6BDDE1;
 }
</style>
border-color css

<style>
 span { border-color: #6BDDE1; }

 span { border-color: rgb(107,221,225); }

 td.TdClassName
 {
   border-color: #6BDDE1;
 }
 .TagClassName
 {
   border-color: #6BDDE1;
 }
</style>