#66DDD5

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

Shades of Turquoise Blue #66DDD5

Tints of Turquoise Blue #66DDD5

Color information

#66DDD5 (or 0x66DDD5) is unknown color: approx Turquoise Blue. HEX triplet: 66, DD and D5. RGB value is (102,221,213). Sum of RGB (Red+Green+Blue) = 102+221+213=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD5 is #99222A. Grayscale: #B8B8B8. Windows color (decimal): -10035755 or 14015846. OLE color: 14015846.

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

Color convert

RGB102221213-
CMYK0.5400.040.13
HSL175.97º63.64%63.33%-
HSV(B)175.97º53.85%86.67%-
XYZ43.3559.3472.12-
YUV184.51144.0869.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=19.03%
G=41.23%
B=39.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022212130.5400.040.13175.9763.6463.33
Hex66DDD53604Db0403f
Octal14633532566041526010077
Binary1100110110111011101010111011001001101101100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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