#66D6DC

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

Shades of Turquoise Blue #66D6DC

Tints of Turquoise Blue #66D6DC

Color information

#66D6DC (or 0x66D6DC) is unknown color: approx Turquoise Blue. HEX triplet: 66, D6 and DC. RGB value is (102,214,220). Sum of RGB (Red+Green+Blue) = 102+214+220=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #66D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6DC is #992923. Grayscale: #B5B5B5. Windows color (decimal): -10037540 or 14472806. OLE color: 14472806.

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

Color convert

RGB102214220-
CMYK0.540.0300.14
HSL183.05º62.77%63.14%-
HSV(B)183.05º53.64%86.27%-
XYZ42.4456.0976.3-
YUV181.2149.8971.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=19.03%
G=39.93%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022142200.540.0300.14183.0562.7763.14
Hex66D6DC3630Eb73f3f
Octal1463263346630162677777
Binary11001101101011011011100110110110111010110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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