Shades of Turquoise Blue #64E0FA
Tints of Turquoise Blue #64E0FA
RGB
CMYK
RGB Variations
Color information
#64E0FA (or 0x64E0FA) is known color: Turquoise Blue. HEX triplet: 64, E0 and FA. RGB value is (100,224,250). Sum of RGB (Red+Green+Blue) = 100+224+250=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #64E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E0FA is #9B1F05. Grayscale: #BDBDBD. Windows color (decimal): -10166022 or 16441444. OLE color: 16441444.
HSL color Cylindrical-coordinate representation of color #64E0FA: hue angle of 190.4º 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 #64E0FA is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 224 | 250 | - |
| CMYK | 0.6 | 0.10 | 0 | 0.02 |
| HSL | 190.4º | 0.94% | 0.69% | - |
| HSV(B) | 190.4º | 0.6% | 0.98% | - |
| XYZ | 49.17 | 62.92 | 100 | - |
| YUV | 189.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 250 | 0.6 | 0.10 | 0 | 0.02 | 190.4 | 0.94 | 0.69 |
| Hex | 64 | E0 | FA | 3C | A | 0 | 2 | BE | 5E | 45 |
| Octal | 144 | 340 | 372 | 74 | 12 | 0 | 2 | 276 | 136 | 105 |
| Binary | 1100100 | 11100000 | 11111010 | 111100 | 1010 | 0 | 10 | 10111110 | 1011110 | 1000101 |
Color Harmonies of #64E0FA
Complementary color
Monochromatic Colors of #64E0FA
Black with #64E0FA
Text Example
Text Example
White with #64E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0FA; }
p { color: rgb(100,224,250); }
H1.HeaderClassName
{
color: #64E0FA;
}
.AnyTagClassName
{
color: #64E0FA;
}
</style>
background-color css
<style>
a { background-color: #64E0FA; }
a { background-color: rgb(100,224,250); }
div.DivClassName
{
background-color: #64E0FA;
}
.BgClassName
{
background-color: #64E0FA;
}
</style>
border-color css
<style>
span { border-color: #64E0FA; }
span { border-color: rgb(100,224,250); }
td.TdClassName
{
border-color: #64E0FA;
}
.TagClassName
{
border-color: #64E0FA;
}
</style>