Shades of Turquoise Blue #64E8FA
Tints of Turquoise Blue #64E8FA
RGB
CMYK
RGB Variations
Color information
#64E8FA (or 0x64E8FA) is known color: Turquoise Blue. HEX triplet: 64, E8 and FA. RGB value is (100,232,250). Sum of RGB (Red+Green+Blue) = 100+232+250=582 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.18% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #64E8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E8FA is #9B1705. Grayscale: #C2C2C2. Windows color (decimal): -10163974 or 16443492. OLE color: 16443492.
HSL color Cylindrical-coordinate representation of color #64E8FA: hue angle of 187.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64E8FA is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 232 | 250 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.02 |
| HSL | 187.2º | 0.94% | 0.69% | - |
| HSV(B) | 187.2º | 0.6% | 0.98% | - |
| XYZ | 51.37 | 67.32 | 100.73 | - |
| YUV | 194.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 250 | 0.6 | 0.07 | 0 | 0.02 | 187.2 | 0.94 | 0.69 |
| Hex | 64 | E8 | FA | 3C | 7 | 0 | 2 | BB | 5E | 45 |
| Octal | 144 | 350 | 372 | 74 | 7 | 0 | 2 | 273 | 136 | 105 |
| Binary | 1100100 | 11101000 | 11111010 | 111100 | 111 | 0 | 10 | 10111011 | 1011110 | 1000101 |
Color Harmonies of #64E8FA
Complementary color
Monochromatic Colors of #64E8FA
Black with #64E8FA
Text Example
Text Example
White with #64E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E8FA; }
p { color: rgb(100,232,250); }
H1.HeaderClassName
{
color: #64E8FA;
}
.AnyTagClassName
{
color: #64E8FA;
}
</style>
background-color css
<style>
a { background-color: #64E8FA; }
a { background-color: rgb(100,232,250); }
div.DivClassName
{
background-color: #64E8FA;
}
.BgClassName
{
background-color: #64E8FA;
}
</style>
border-color css
<style>
span { border-color: #64E8FA; }
span { border-color: rgb(100,232,250); }
td.TdClassName
{
border-color: #64E8FA;
}
.TagClassName
{
border-color: #64E8FA;
}
</style>