#66D2E9

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

Shades of Turquoise Blue #66D2E9

Tints of Turquoise Blue #66D2E9

Color information

#66D2E9 (or 0x66D2E9) is unknown color: approx Turquoise Blue. HEX triplet: 66, D2 and E9. RGB value is (102,210,233). Sum of RGB (Red+Green+Blue) = 102+210+233=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #66D2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D2E9 is #992D16. Grayscale: #B4B4B4. Windows color (decimal): -10038551 or 15323750. OLE color: 15323750.

HSL color Cylindrical-coordinate representation of color #66D2E9: hue angle of 190.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66D2E9 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102210233-
CMYK0.560.1000.09
HSL190.53º74.86%65.69%-
HSV(B)190.53º56.22%91.37%-
XYZ43.2354.885.39-
YUV180.33157.7272.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.72%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=18.72%
G=38.53%
B=42.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022102330.560.1000.09190.5374.8665.69
Hex66D2E938A09bf4b42
Octal1463223517012011277113102
Binary110011011010010111010011110001010010011011111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D2E9; }

 p { color: rgb(102,210,233); }

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

<style>
 a { background-color: #66D2E9; }

 a { background-color: rgb(102,210,233); }

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

<style>
 span { border-color: #66D2E9; }

 span { border-color: rgb(102,210,233); }

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