Shades of Turquoise Blue #64D2DC
Tints of Turquoise Blue #64D2DC
RGB
CMYK
RGB Variations
Color information
#64D2DC (or 0x64D2DC) is known color: Turquoise Blue. HEX triplet: 64, D2 and DC. RGB value is (100,210,220). Sum of RGB (Red+Green+Blue) = 100+210+220=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #64D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D2DC is #9B2D23. Grayscale: #B2B2B2. Windows color (decimal): -10169636 or 14471780. OLE color: 14471780.
HSL color Cylindrical-coordinate representation of color #64D2DC: hue angle of 185º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64D2DC is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 210 | 220 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.14 |
| HSL | 185º | 0.63% | 0.63% | - |
| HSV(B) | 185º | 0.55% | 0.86% | - |
| XYZ | 41.22 | 53.97 | 75.95 | - |
| YUV | 178.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 220 | 0.55 | 0.05 | 0 | 0.14 | 185 | 0.63 | 0.63 |
| Hex | 64 | D2 | DC | 37 | 5 | 0 | E | B9 | 3F | 3F |
| Octal | 144 | 322 | 334 | 67 | 5 | 0 | 16 | 271 | 77 | 77 |
| Binary | 1100100 | 11010010 | 11011100 | 110111 | 101 | 0 | 1110 | 10111001 | 111111 | 111111 |
Color Harmonies of #64D2DC
Complementary color
Monochromatic Colors of #64D2DC
Black with #64D2DC
Text Example
Text Example
White with #64D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D2DC; }
p { color: rgb(100,210,220); }
H1.HeaderClassName
{
color: #64D2DC;
}
.AnyTagClassName
{
color: #64D2DC;
}
</style>
background-color css
<style>
a { background-color: #64D2DC; }
a { background-color: rgb(100,210,220); }
div.DivClassName
{
background-color: #64D2DC;
}
.BgClassName
{
background-color: #64D2DC;
}
</style>
border-color css
<style>
span { border-color: #64D2DC; }
span { border-color: rgb(100,210,220); }
td.TdClassName
{
border-color: #64D2DC;
}
.TagClassName
{
border-color: #64D2DC;
}
</style>