Shades of Turquoise Blue #64D0D9
Tints of Turquoise Blue #64D0D9
RGB
CMYK
RGB Variations
Color information
#64D0D9 (or 0x64D0D9) is known color: Turquoise Blue. HEX triplet: 64, D0 and D9. RGB value is (100,208,217). Sum of RGB (Red+Green+Blue) = 100+208+217=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #64D0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0D9 is #9B2F26. Grayscale: #B0B0B0. Windows color (decimal): -10170151 or 14274660. OLE color: 14274660.
HSL color Cylindrical-coordinate representation of color #64D0D9: hue angle of 184.62º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D0D9 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 208 | 217 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.15 |
| HSL | 184.62º | 0.61% | 0.62% | - |
| HSV(B) | 184.62º | 0.54% | 0.85% | - |
| XYZ | 40.34 | 52.83 | 73.72 | - |
| YUV | 176.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 217 | 0.54 | 0.04 | 0 | 0.15 | 184.62 | 0.61 | 0.62 |
| Hex | 64 | D0 | D9 | 36 | 4 | 0 | F | B9 | 3D | 3E |
| Octal | 144 | 320 | 331 | 66 | 4 | 0 | 17 | 271 | 75 | 76 |
| Binary | 1100100 | 11010000 | 11011001 | 110110 | 100 | 0 | 1111 | 10111001 | 111101 | 111110 |
Color Harmonies of #64D0D9
Complementary color
Monochromatic Colors of #64D0D9
Black with #64D0D9
Text Example
Text Example
White with #64D0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D0D9; }
p { color: rgb(100,208,217); }
H1.HeaderClassName
{
color: #64D0D9;
}
.AnyTagClassName
{
color: #64D0D9;
}
</style>
background-color css
<style>
a { background-color: #64D0D9; }
a { background-color: rgb(100,208,217); }
div.DivClassName
{
background-color: #64D0D9;
}
.BgClassName
{
background-color: #64D0D9;
}
</style>
border-color css
<style>
span { border-color: #64D0D9; }
span { border-color: rgb(100,208,217); }
td.TdClassName
{
border-color: #64D0D9;
}
.TagClassName
{
border-color: #64D0D9;
}
</style>