#66d6e0

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

Shades of Turquoise Blue #66D6E0

Tints of Turquoise Blue #66D6E0

Color information

#66D6E0 (or 0x66D6E0) is unknown color: approx Turquoise Blue. HEX triplet: 66, D6 and E0. RGB value is (102,214,224). Sum of RGB (Red+Green+Blue) = 102+214+224=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #66D6E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6E0 is #99291F. Grayscale: #B5B5B5. Windows color (decimal): -10037536 or 14734950. OLE color: 14734950.

HSL color Cylindrical-coordinate representation of color #66D6E0: hue angle of 184.92º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D6E0 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102214224-
CMYK0.540.0400.12
HSL184.92º66.3%63.92%-
HSV(B)184.92º54.46%87.84%-
XYZ42.9856.379.12-
YUV181.65151.8971.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.89%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=18.89%
G=39.63%
B=41.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022142240.540.0400.12184.9266.363.92
Hex66D6E03640Cb94240
Octal146326340664014271102100
Binary11001101101011011100000110110100011001011100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66d6e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,224); }

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

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

 a { background-color: rgb(102,214,224); }

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

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

 span { border-color: rgb(102,214,224); }

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