#66DCD7

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

Shades of Turquoise Blue #66DCD7

Tints of Turquoise Blue #66DCD7

Color information

#66DCD7 (or 0x66DCD7) is unknown color: approx Turquoise Blue. HEX triplet: 66, DC and D7. RGB value is (102,220,215). Sum of RGB (Red+Green+Blue) = 102+220+215=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCD7 is #992328. Grayscale: #B8B8B8. Windows color (decimal): -10036009 or 14146662. OLE color: 14146662.

HSL color Cylindrical-coordinate representation of color #66DCD7: hue angle of 177.46º 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 #66DCD7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB102220215-
CMYK0.5400.020.14
HSL177.46º62.77%63.14%-
HSV(B)177.46º53.64%86.27%-
XYZ43.3458.9273.38-
YUV184.15145.4169.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.99%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=18.99%
G=40.97%
B=40.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022202150.5400.020.14177.4662.7763.14
Hex66DCD73602Eb13f3f
Octal1463343276602162617777
Binary11001101101110011010111110110010111010110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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