Shades of Turquoise Blue #64D6DC
Tints of Turquoise Blue #64D6DC
RGB
CMYK
RGB Variations
Color information
#64D6DC (or 0x64D6DC) is known color: Turquoise Blue. HEX triplet: 64, D6 and DC. RGB value is (100,214,220). Sum of RGB (Red+Green+Blue) = 100+214+220=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #64D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D6DC is #9B2923. Grayscale: #B4B4B4. Windows color (decimal): -10168612 or 14472804. OLE color: 14472804.
HSL color Cylindrical-coordinate representation of color #64D6DC: hue angle of 183º 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 #64D6DC is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 214 | 220 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.14 |
| HSL | 183º | 0.63% | 0.63% | - |
| HSV(B) | 183º | 0.55% | 0.86% | - |
| XYZ | 42.22 | 55.97 | 76.29 | - |
| YUV | 180.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 220 | 0.55 | 0.03 | 0 | 0.14 | 183 | 0.63 | 0.63 |
| Hex | 64 | D6 | DC | 37 | 3 | 0 | E | B7 | 3F | 3F |
| Octal | 144 | 326 | 334 | 67 | 3 | 0 | 16 | 267 | 77 | 77 |
| Binary | 1100100 | 11010110 | 11011100 | 110111 | 11 | 0 | 1110 | 10110111 | 111111 | 111111 |
Color Harmonies of #64D6DC
Complementary color
Monochromatic Colors of #64D6DC
Black with #64D6DC
Text Example
Text Example
White with #64D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6DC; }
p { color: rgb(100,214,220); }
H1.HeaderClassName
{
color: #64D6DC;
}
.AnyTagClassName
{
color: #64D6DC;
}
</style>
background-color css
<style>
a { background-color: #64D6DC; }
a { background-color: rgb(100,214,220); }
div.DivClassName
{
background-color: #64D6DC;
}
.BgClassName
{
background-color: #64D6DC;
}
</style>
border-color css
<style>
span { border-color: #64D6DC; }
span { border-color: rgb(100,214,220); }
td.TdClassName
{
border-color: #64D6DC;
}
.TagClassName
{
border-color: #64D6DC;
}
</style>