#64DDD9

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

Shades of Turquoise Blue #64DDD9

Tints of Turquoise Blue #64DDD9

Color information

#64DDD9 (or 0x64DDD9) is unknown color: approx Turquoise Blue. HEX triplet: 64, DD and D9. RGB value is (100,221,217). Sum of RGB (Red+Green+Blue) = 100+221+217=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD9 is #9B2226. Grayscale: #B8B8B8. Windows color (decimal): -10166823 or 14277988. OLE color: 14277988.

HSL color Cylindrical-coordinate representation of color #64DDD9: hue angle of 178.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDD9 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB100221217-
CMYK0.5500.020.13
HSL178.02º64.02%62.94%-
HSV(B)178.02º54.75%86.67%-
XYZ43.6459.4374.82-
YUV184.36146.4167.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.59%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=18.59%
G=41.08%
B=40.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002212170.5500.020.13178.0264.0262.94
Hex64DDD93702Db2403f
Octal14433533167021526210077
Binary110010011011101110110011101110101101101100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64DDD9; }

 p { color: rgb(100,221,217); }

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

<style>
 a { background-color: #64DDD9; }

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

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

<style>
 span { border-color: #64DDD9; }

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

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