Shades of Turquoise Blue #64DDD5
Tints of Turquoise Blue #64DDD5
RGB
CMYK
RGB Variations
Color information
#64DDD5 (or 0x64DDD5) is known color: Turquoise Blue. HEX triplet: 64, DD and D5. RGB value is (100,221,213). Sum of RGB (Red+Green+Blue) = 100+221+213=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD5 is #9B222A. Grayscale: #B7B7B7. Windows color (decimal): -10166827 or 14015844. OLE color: 14015844.
HSL color Cylindrical-coordinate representation of color #64DDD5: hue angle of 176.03º 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 #64DDD5 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 213 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.13 |
| HSL | 176.03º | 0.64% | 0.63% | - |
| HSV(B) | 176.03º | 0.55% | 0.87% | - |
| XYZ | 43.12 | 59.23 | 72.11 | - |
| YUV | 183.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 213 | 0.55 | 0 | 0.04 | 0.13 | 176.03 | 0.64 | 0.63 |
| Hex | 64 | DD | D5 | 37 | 0 | 4 | D | B0 | 40 | 3F |
| Octal | 144 | 335 | 325 | 67 | 0 | 4 | 15 | 260 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11010101 | 110111 | 0 | 100 | 1101 | 10110000 | 1000000 | 111111 |
Color Harmonies of #64DDD5
Complementary color
Monochromatic Colors of #64DDD5
Black with #64DDD5
Text Example
Text Example
White with #64DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDD5; }
p { color: rgb(100,221,213); }
H1.HeaderClassName
{
color: #64DDD5;
}
.AnyTagClassName
{
color: #64DDD5;
}
</style>
background-color css
<style>
a { background-color: #64DDD5; }
a { background-color: rgb(100,221,213); }
div.DivClassName
{
background-color: #64DDD5;
}
.BgClassName
{
background-color: #64DDD5;
}
</style>
border-color css
<style>
span { border-color: #64DDD5; }
span { border-color: rgb(100,221,213); }
td.TdClassName
{
border-color: #64DDD5;
}
.TagClassName
{
border-color: #64DDD5;
}
</style>