#66DDD6

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

Shades of Turquoise Blue #66DDD6

Tints of Turquoise Blue #66DDD6

Color information

#66DDD6 (or 0x66DDD6) is unknown color: approx Turquoise Blue. HEX triplet: 66, DD and D6. RGB value is (102,221,214). Sum of RGB (Red+Green+Blue) = 102+221+214=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD6 is #992229. Grayscale: #B8B8B8. Windows color (decimal): -10035754 or 14081382. OLE color: 14081382.

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

Color convert

RGB102221214-
CMYK0.5400.030.13
HSL176.47º63.64%63.33%-
HSV(B)176.47º53.85%86.67%-
XYZ43.4759.3972.79-
YUV184.62144.5869.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.99%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=18.99%
G=41.15%
B=39.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022212140.5400.030.13176.4763.6463.33
Hex66DDD63603Db0403f
Octal14633532666031526010077
Binary110011011011101110101101101100111101101100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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