#66C9D4

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

Shades of Turquoise Blue #66C9D4

Tints of Turquoise Blue #66C9D4

Color information

#66C9D4 (or 0x66C9D4) is unknown color: approx Turquoise Blue. HEX triplet: 66, C9 and D4. RGB value is (102,201,212). Sum of RGB (Red+Green+Blue) = 102+201+212=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #66C9D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C9D4 is #99362B. Grayscale: #ACACAC. Windows color (decimal): -10040876 or 13945190. OLE color: 13945190.

HSL color Cylindrical-coordinate representation of color #66C9D4: hue angle of 186º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66C9D4 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102201212-
CMYK0.520.0500.17
HSL186º56.12%61.57%-
HSV(B)186º51.89%83.14%-
XYZ38.2549.3569.8-
YUV172.65150.277.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.81%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=19.81%
G=39.03%
B=41.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022012120.520.0500.1718656.1261.57
Hex66C9D4345011ba383e
Octal1463113246450212727076
Binary1100110110010011101010011010010101000110111010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,201,212); }

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

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

 a { background-color: rgb(102,201,212); }

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

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

 span { border-color: rgb(102,201,212); }

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