#64DDD7

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

Shades of Turquoise Blue #64DDD7

Tints of Turquoise Blue #64DDD7

Color information

#64DDD7 (or 0x64DDD7) is unknown color: approx Turquoise Blue. HEX triplet: 64, DD and D7. RGB value is (100,221,215). Sum of RGB (Red+Green+Blue) = 100+221+215=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD7 is #9B2228. Grayscale: #B8B8B8. Windows color (decimal): -10166825 or 14146916. OLE color: 14146916.

HSL color Cylindrical-coordinate representation of color #64DDD7: hue angle of 177.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 #64DDD7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB100221215-
CMYK0.5500.030.13
HSL177.02º64.02%62.94%-
HSV(B)177.02º54.75%86.67%-
XYZ43.3859.3373.46-
YUV184.14145.4167.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.66%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=18.66%
G=41.23%
B=40.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002212150.5500.030.13177.0264.0262.94
Hex64DDD73703Db1403f
Octal14433532767031526110077
Binary110010011011101110101111101110111101101100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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