Shades of Turquoise Blue #64E9D9
Tints of Turquoise Blue #64E9D9
RGB
CMYK
RGB Variations
Color information
#64E9D9 (or 0x64E9D9) is known color: Turquoise Blue. HEX triplet: 64, E9 and D9. RGB value is (100,233,217). Sum of RGB (Red+Green+Blue) = 100+233+217=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #64E9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E9D9 is #9B1626. Grayscale: #BFBFBF. Windows color (decimal): -10163751 or 14281060. OLE color: 14281060.
HSL color Cylindrical-coordinate representation of color #64E9D9: hue angle of 172.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E9D9 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 233 | 217 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.09 |
| HSL | 172.78º | 0.75% | 0.65% | - |
| HSV(B) | 172.78º | 0.57% | 0.91% | - |
| XYZ | 46.92 | 66 | 75.91 | - |
| YUV | 191.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 217 | 0.57 | 0 | 0.07 | 0.09 | 172.78 | 0.75 | 0.65 |
| Hex | 64 | E9 | D9 | 39 | 0 | 7 | 9 | AD | 4B | 41 |
| Octal | 144 | 351 | 331 | 71 | 0 | 7 | 11 | 255 | 113 | 101 |
| Binary | 1100100 | 11101001 | 11011001 | 111001 | 0 | 111 | 1001 | 10101101 | 1001011 | 1000001 |
Color Harmonies of #64E9D9
Complementary color
Monochromatic Colors of #64E9D9
Black with #64E9D9
Text Example
Text Example
White with #64E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E9D9; }
p { color: rgb(100,233,217); }
H1.HeaderClassName
{
color: #64E9D9;
}
.AnyTagClassName
{
color: #64E9D9;
}
</style>
background-color css
<style>
a { background-color: #64E9D9; }
a { background-color: rgb(100,233,217); }
div.DivClassName
{
background-color: #64E9D9;
}
.BgClassName
{
background-color: #64E9D9;
}
</style>
border-color css
<style>
span { border-color: #64E9D9; }
span { border-color: rgb(100,233,217); }
td.TdClassName
{
border-color: #64E9D9;
}
.TagClassName
{
border-color: #64E9D9;
}
</style>