#66DDDD

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

Shades of Turquoise Blue #66DDDD

Tints of Turquoise Blue #66DDDD

Color information

#66DDDD (or 0x66DDDD) is unknown color: approx Turquoise Blue. HEX triplet: 66, DD and DD. RGB value is (102,221,221). Sum of RGB (Red+Green+Blue) = 102+221+221=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #66DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDDD is #992222. Grayscale: #B9B9B9. Windows color (decimal): -10035747 or 14540134. OLE color: 14540134.

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

Color convert

RGB102221221-
CMYK0.54000.13
HSL180º63.64%63.33%-
HSV(B)180º53.85%86.67%-
XYZ44.3959.7677.6-
YUV185.42148.0868.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.75%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=18.75%
G=40.62%
B=40.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022212210.54000.1318063.6463.33
Hex66DDDD3600Db4403f
Octal14633533566001526410077
Binary11001101101110111011101110110001101101101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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