Shades of Turquoise Blue #64E8F9
Tints of Turquoise Blue #64E8F9
RGB
CMYK
RGB Variations
Color information
#64E8F9 (or 0x64E8F9) is known color: Turquoise Blue. HEX triplet: 64, E8 and F9. RGB value is (100,232,249). Sum of RGB (Red+Green+Blue) = 100+232+249=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #64E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E8F9 is #9B1706. Grayscale: #C2C2C2. Windows color (decimal): -10163975 or 16377956. OLE color: 16377956.
HSL color Cylindrical-coordinate representation of color #64E8F9: hue angle of 186.85º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64E8F9 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 232 | 249 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.02 |
| HSL | 186.85º | 0.93% | 0.68% | - |
| HSV(B) | 186.85º | 0.6% | 0.98% | - |
| XYZ | 51.21 | 67.26 | 99.91 | - |
| YUV | 194.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 249 | 0.60 | 0.07 | 0 | 0.02 | 186.85 | 0.93 | 0.68 |
| Hex | 64 | E8 | F9 | 3C | 7 | 0 | 2 | BB | 5D | 44 |
| Octal | 144 | 350 | 371 | 74 | 7 | 0 | 2 | 273 | 135 | 104 |
| Binary | 1100100 | 11101000 | 11111001 | 111100 | 111 | 0 | 10 | 10111011 | 1011101 | 1000100 |
Color Harmonies of #64E8F9
Complementary color
Monochromatic Colors of #64E8F9
Black with #64E8F9
Text Example
Text Example
White with #64E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E8F9; }
p { color: rgb(100,232,249); }
H1.HeaderClassName
{
color: #64E8F9;
}
.AnyTagClassName
{
color: #64E8F9;
}
</style>
background-color css
<style>
a { background-color: #64E8F9; }
a { background-color: rgb(100,232,249); }
div.DivClassName
{
background-color: #64E8F9;
}
.BgClassName
{
background-color: #64E8F9;
}
</style>
border-color css
<style>
span { border-color: #64E8F9; }
span { border-color: rgb(100,232,249); }
td.TdClassName
{
border-color: #64E8F9;
}
.TagClassName
{
border-color: #64E8F9;
}
</style>