#66E0DD

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

Shades of Turquoise Blue #66E0DD

Tints of Turquoise Blue #66E0DD

Color information

#66E0DD (or 0x66E0DD) is unknown color: approx Turquoise Blue. HEX triplet: 66, E0 and DD. RGB value is (102,224,221). Sum of RGB (Red+Green+Blue) = 102+224+221=547 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.65% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E0DD is #991F22. Grayscale: #BBBBBB. Windows color (decimal): -10034979 or 14540902. OLE color: 14540902.

HSL color Cylindrical-coordinate representation of color #66E0DD: hue angle of 178.52º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0DD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB102224221-
CMYK0.5400.010.12
HSL178.52º66.3%63.92%-
HSV(B)178.52º54.46%87.84%-
XYZ45.1961.3677.87-
YUV187.18147.0867.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.65%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=18.65%
G=40.95%
B=40.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022242210.5400.010.12178.5266.363.92
Hex66E0DD3601Cb34240
Octal146340335660114263102100
Binary110011011100000110111011101100111001011001110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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