Shades of Turquoise Blue #64DDD6
Tints of Turquoise Blue #64DDD6
RGB
CMYK
RGB Variations
Color information
#64DDD6 (or 0x64DDD6) is known color: Turquoise Blue. HEX triplet: 64, DD and D6. RGB value is (100,221,214). Sum of RGB (Red+Green+Blue) = 100+221+214=535 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.69% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD6 is #9B2229. Grayscale: #B7B7B7. Windows color (decimal): -10166826 or 14081380. OLE color: 14081380.
HSL color Cylindrical-coordinate representation of color #64DDD6: hue angle of 176.53º 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 #64DDD6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 214 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.13 |
| HSL | 176.53º | 0.64% | 0.63% | - |
| HSV(B) | 176.53º | 0.55% | 0.87% | - |
| XYZ | 43.25 | 59.28 | 72.78 | - |
| YUV | 184.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 214 | 0.55 | 0 | 0.03 | 0.13 | 176.53 | 0.64 | 0.63 |
| Hex | 64 | DD | D6 | 37 | 0 | 3 | D | B1 | 40 | 3F |
| Octal | 144 | 335 | 326 | 67 | 0 | 3 | 15 | 261 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11010110 | 110111 | 0 | 11 | 1101 | 10110001 | 1000000 | 111111 |
Color Harmonies of #64DDD6
Complementary color
Monochromatic Colors of #64DDD6
Black with #64DDD6
Text Example
Text Example
White with #64DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDD6; }
p { color: rgb(100,221,214); }
H1.HeaderClassName
{
color: #64DDD6;
}
.AnyTagClassName
{
color: #64DDD6;
}
</style>
background-color css
<style>
a { background-color: #64DDD6; }
a { background-color: rgb(100,221,214); }
div.DivClassName
{
background-color: #64DDD6;
}
.BgClassName
{
background-color: #64DDD6;
}
</style>
border-color css
<style>
span { border-color: #64DDD6; }
span { border-color: rgb(100,221,214); }
td.TdClassName
{
border-color: #64DDD6;
}
.TagClassName
{
border-color: #64DDD6;
}
</style>