Shades of Turquoise Blue #64E8EA
Tints of Turquoise Blue #64E8EA
RGB
CMYK
RGB Variations
Color information
#64E8EA (or 0x64E8EA) is known color: Turquoise Blue. HEX triplet: 64, E8 and EA. RGB value is (100,232,234). Sum of RGB (Red+Green+Blue) = 100+232+234=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #64E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E8EA is #9B1715. Grayscale: #C0C0C0. Windows color (decimal): -10163990 or 15394916. OLE color: 15394916.
HSL color Cylindrical-coordinate representation of color #64E8EA: hue angle of 180.9º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E8EA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 232 | 234 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.08 |
| HSL | 180.9º | 0.76% | 0.65% | - |
| HSV(B) | 180.9º | 0.57% | 0.92% | - |
| XYZ | 48.96 | 66.36 | 88.07 | - |
| YUV | 192.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 234 | 0.57 | 0.01 | 0 | 0.08 | 180.9 | 0.76 | 0.65 |
| Hex | 64 | E8 | EA | 39 | 1 | 0 | 8 | B5 | 4C | 41 |
| Octal | 144 | 350 | 352 | 71 | 1 | 0 | 10 | 265 | 114 | 101 |
| Binary | 1100100 | 11101000 | 11101010 | 111001 | 1 | 0 | 1000 | 10110101 | 1001100 | 1000001 |
Color Harmonies of #64E8EA
Complementary color
Monochromatic Colors of #64E8EA
Black with #64E8EA
Text Example
Text Example
White with #64E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E8EA; }
p { color: rgb(100,232,234); }
H1.HeaderClassName
{
color: #64E8EA;
}
.AnyTagClassName
{
color: #64E8EA;
}
</style>
background-color css
<style>
a { background-color: #64E8EA; }
a { background-color: rgb(100,232,234); }
div.DivClassName
{
background-color: #64E8EA;
}
.BgClassName
{
background-color: #64E8EA;
}
</style>
border-color css
<style>
span { border-color: #64E8EA; }
span { border-color: rgb(100,232,234); }
td.TdClassName
{
border-color: #64E8EA;
}
.TagClassName
{
border-color: #64E8EA;
}
</style>