Shades of Turquoise Blue #64E9F6
Tints of Turquoise Blue #64E9F6
RGB
CMYK
RGB Variations
Color information
#64E9F6 (or 0x64E9F6) is known color: Turquoise Blue. HEX triplet: 64, E9 and F6. RGB value is (100,233,246). Sum of RGB (Red+Green+Blue) = 100+233+246=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #64E9F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E9F6 is #9B1609. Grayscale: #C2C2C2. Windows color (decimal): -10163722 or 16181604. OLE color: 16181604.
HSL color Cylindrical-coordinate representation of color #64E9F6: hue angle of 185.34º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64E9F6 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 233 | 246 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.04 |
| HSL | 185.34º | 0.89% | 0.68% | - |
| HSV(B) | 185.34º | 0.59% | 0.96% | - |
| XYZ | 51.03 | 67.64 | 97.56 | - |
| YUV | 194.72 | 156.94 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 246 | 0.59 | 0.05 | 0 | 0.04 | 185.34 | 0.89 | 0.68 |
| Hex | 64 | E9 | F6 | 3B | 5 | 0 | 4 | B9 | 59 | 44 |
| Octal | 144 | 351 | 366 | 73 | 5 | 0 | 4 | 271 | 131 | 104 |
| Binary | 1100100 | 11101001 | 11110110 | 111011 | 101 | 0 | 100 | 10111001 | 1011001 | 1000100 |
Color Harmonies of #64E9F6
Complementary color
Monochromatic Colors of #64E9F6
Black with #64E9F6
Text Example
Text Example
White with #64E9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E9F6; }
p { color: rgb(100,233,246); }
H1.HeaderClassName
{
color: #64E9F6;
}
.AnyTagClassName
{
color: #64E9F6;
}
</style>
background-color css
<style>
a { background-color: #64E9F6; }
a { background-color: rgb(100,233,246); }
div.DivClassName
{
background-color: #64E9F6;
}
.BgClassName
{
background-color: #64E9F6;
}
</style>
border-color css
<style>
span { border-color: #64E9F6; }
span { border-color: rgb(100,233,246); }
td.TdClassName
{
border-color: #64E9F6;
}
.TagClassName
{
border-color: #64E9F6;
}
</style>