Shades of Turquoise Blue #64E0EA
Tints of Turquoise Blue #64E0EA
RGB
CMYK
RGB Variations
Color information
#64E0EA (or 0x64E0EA) is known color: Turquoise Blue. HEX triplet: 64, E0 and EA. RGB value is (100,224,234). Sum of RGB (Red+Green+Blue) = 100+224+234=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #64E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E0EA is #9B1F15. Grayscale: #BBBBBB. Windows color (decimal): -10166038 or 15392868. OLE color: 15392868.
HSL color Cylindrical-coordinate representation of color #64E0EA: hue angle of 184.48º 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 #64E0EA is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 224 | 234 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.08 |
| HSL | 184.48º | 0.76% | 0.65% | - |
| HSV(B) | 184.48º | 0.57% | 0.92% | - |
| XYZ | 46.76 | 61.96 | 87.34 | - |
| YUV | 188.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 234 | 0.57 | 0.04 | 0 | 0.08 | 184.48 | 0.76 | 0.65 |
| Hex | 64 | E0 | EA | 39 | 4 | 0 | 8 | B8 | 4C | 41 |
| Octal | 144 | 340 | 352 | 71 | 4 | 0 | 10 | 270 | 114 | 101 |
| Binary | 1100100 | 11100000 | 11101010 | 111001 | 100 | 0 | 1000 | 10111000 | 1001100 | 1000001 |
Color Harmonies of #64E0EA
Complementary color
Monochromatic Colors of #64E0EA
Black with #64E0EA
Text Example
Text Example
White with #64E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0EA; }
p { color: rgb(100,224,234); }
H1.HeaderClassName
{
color: #64E0EA;
}
.AnyTagClassName
{
color: #64E0EA;
}
</style>
background-color css
<style>
a { background-color: #64E0EA; }
a { background-color: rgb(100,224,234); }
div.DivClassName
{
background-color: #64E0EA;
}
.BgClassName
{
background-color: #64E0EA;
}
</style>
border-color css
<style>
span { border-color: #64E0EA; }
span { border-color: rgb(100,224,234); }
td.TdClassName
{
border-color: #64E0EA;
}
.TagClassName
{
border-color: #64E0EA;
}
</style>