Shades of Turquoise Blue #64E2F9
Tints of Turquoise Blue #64E2F9
RGB
CMYK
RGB Variations
Color information
#64E2F9 (or 0x64E2F9) is known color: Turquoise Blue. HEX triplet: 64, E2 and F9. RGB value is (100,226,249). Sum of RGB (Red+Green+Blue) = 100+226+249=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #64E2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E2F9 is #9B1D06. Grayscale: #BEBEBE. Windows color (decimal): -10165511 or 16376420. OLE color: 16376420.
HSL color Cylindrical-coordinate representation of color #64E2F9: hue angle of 189.26º 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 #64E2F9 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 226 | 249 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.02 |
| HSL | 189.26º | 0.93% | 0.68% | - |
| HSV(B) | 189.26º | 0.6% | 0.98% | - |
| XYZ | 49.55 | 63.94 | 99.35 | - |
| YUV | 190.95 | 160.76 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 249 | 0.60 | 0.09 | 0 | 0.02 | 189.26 | 0.93 | 0.68 |
| Hex | 64 | E2 | F9 | 3C | 9 | 0 | 2 | BD | 5D | 44 |
| Octal | 144 | 342 | 371 | 74 | 11 | 0 | 2 | 275 | 135 | 104 |
| Binary | 1100100 | 11100010 | 11111001 | 111100 | 1001 | 0 | 10 | 10111101 | 1011101 | 1000100 |
Color Harmonies of #64E2F9
Complementary color
Monochromatic Colors of #64E2F9
Black with #64E2F9
Text Example
Text Example
White with #64E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2F9; }
p { color: rgb(100,226,249); }
H1.HeaderClassName
{
color: #64E2F9;
}
.AnyTagClassName
{
color: #64E2F9;
}
</style>
background-color css
<style>
a { background-color: #64E2F9; }
a { background-color: rgb(100,226,249); }
div.DivClassName
{
background-color: #64E2F9;
}
.BgClassName
{
background-color: #64E2F9;
}
</style>
border-color css
<style>
span { border-color: #64E2F9; }
span { border-color: rgb(100,226,249); }
td.TdClassName
{
border-color: #64E2F9;
}
.TagClassName
{
border-color: #64E2F9;
}
</style>