Shades of Turquoise Blue #64E0EC
Tints of Turquoise Blue #64E0EC
RGB
CMYK
RGB Variations
Color information
#64E0EC (or 0x64E0EC) is known color: Turquoise Blue. HEX triplet: 64, E0 and EC. RGB value is (100,224,236). Sum of RGB (Red+Green+Blue) = 100+224+236=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #64E0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E0EC is #9B1F13. Grayscale: #BCBCBC. Windows color (decimal): -10166036 or 15523940. OLE color: 15523940.
HSL color Cylindrical-coordinate representation of color #64E0EC: hue angle of 185.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64E0EC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 224 | 236 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.07 |
| HSL | 185.29º | 0.78% | 0.66% | - |
| HSV(B) | 185.29º | 0.58% | 0.93% | - |
| XYZ | 47.05 | 62.08 | 88.86 | - |
| YUV | 188.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 236 | 0.58 | 0.05 | 0 | 0.07 | 185.29 | 0.78 | 0.66 |
| Hex | 64 | E0 | EC | 3A | 5 | 0 | 7 | B9 | 4E | 42 |
| Octal | 144 | 340 | 354 | 72 | 5 | 0 | 7 | 271 | 116 | 102 |
| Binary | 1100100 | 11100000 | 11101100 | 111010 | 101 | 0 | 111 | 10111001 | 1001110 | 1000010 |
Color Harmonies of #64E0EC
Complementary color
Monochromatic Colors of #64E0EC
Black with #64E0EC
Text Example
Text Example
White with #64E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0EC; }
p { color: rgb(100,224,236); }
H1.HeaderClassName
{
color: #64E0EC;
}
.AnyTagClassName
{
color: #64E0EC;
}
</style>
background-color css
<style>
a { background-color: #64E0EC; }
a { background-color: rgb(100,224,236); }
div.DivClassName
{
background-color: #64E0EC;
}
.BgClassName
{
background-color: #64E0EC;
}
</style>
border-color css
<style>
span { border-color: #64E0EC; }
span { border-color: rgb(100,224,236); }
td.TdClassName
{
border-color: #64E0EC;
}
.TagClassName
{
border-color: #64E0EC;
}
</style>