#66D6DB

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

Shades of Turquoise Blue #66D6DB

Tints of Turquoise Blue #66D6DB

Color information

#66D6DB (or 0x66D6DB) is unknown color: approx Turquoise Blue. HEX triplet: 66, D6 and DB. RGB value is (102,214,219). Sum of RGB (Red+Green+Blue) = 102+214+219=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #66D6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6DB is #992924. Grayscale: #B4B4B4. Windows color (decimal): -10037541 or 14407270. OLE color: 14407270.

HSL color Cylindrical-coordinate representation of color #66D6DB: hue angle of 182.56º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D6DB is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102214219-
CMYK0.530.0200.14
HSL182.56º61.9%62.94%-
HSV(B)182.56º53.42%85.88%-
XYZ42.3156.0375.6-
YUV181.08149.3971.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.07%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=19.07%
G=40%
B=40.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022142190.530.0200.14182.5661.962.94
Hex66D6DB3520Eb73e3f
Octal1463263336520162677677
Binary11001101101011011011011110101100111010110111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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