Shades of Turquoise Blue #64E7FF
Tints of Turquoise Blue #64E7FF
RGB
CMYK
RGB Variations
Color information
#64E7FF (or 0x64E7FF) is known color: Turquoise Blue. HEX triplet: 64, E7 and FF. RGB value is (100,231,255). Sum of RGB (Red+Green+Blue) = 100+231+255=586 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.06% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #64E7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E7FF is #9B1800. Grayscale: #C2C2C2. Windows color (decimal): -10164225 or 16770916. OLE color: 16770916.
HSL color Cylindrical-coordinate representation of color #64E7FF: hue angle of 189.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64E7FF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 231 | 255 | - |
| CMYK | 0.61 | 0.09 | 0 | 0 |
| HSL | 189.29º | 1% | 0.7% | - |
| HSV(B) | 189.29º | 0.61% | 1% | - |
| XYZ | 51.88 | 67.08 | 104.82 | - |
| YUV | 194.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 255 | 0.61 | 0.09 | 0 | 0 | 189.29 | 1 | 0.7 |
| Hex | 64 | E7 | FF | 3D | 9 | 0 | 0 | BD | 64 | 46 |
| Octal | 144 | 347 | 377 | 75 | 11 | 0 | 0 | 275 | 144 | 106 |
| Binary | 1100100 | 11100111 | 11111111 | 111101 | 1001 | 0 | 0 | 10111101 | 1100100 | 1000110 |
Color Harmonies of #64E7FF
Complementary color
Monochromatic Colors of #64E7FF
Black with #64E7FF
Text Example
Text Example
White with #64E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E7FF; }
p { color: rgb(100,231,255); }
H1.HeaderClassName
{
color: #64E7FF;
}
.AnyTagClassName
{
color: #64E7FF;
}
</style>
background-color css
<style>
a { background-color: #64E7FF; }
a { background-color: rgb(100,231,255); }
div.DivClassName
{
background-color: #64E7FF;
}
.BgClassName
{
background-color: #64E7FF;
}
</style>
border-color css
<style>
span { border-color: #64E7FF; }
span { border-color: rgb(100,231,255); }
td.TdClassName
{
border-color: #64E7FF;
}
.TagClassName
{
border-color: #64E7FF;
}
</style>