Shades of Turquoise Blue #64EAEC
Tints of Turquoise Blue #64EAEC
RGB
CMYK
RGB Variations
Color information
#64EAEC (or 0x64EAEC) is known color: Turquoise Blue. HEX triplet: 64, EA and EC. RGB value is (100,234,236). Sum of RGB (Red+Green+Blue) = 100+234+236=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #64EAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAEC is #9B1513. Grayscale: #C2C2C2. Windows color (decimal): -10163476 or 15526500. OLE color: 15526500.
HSL color Cylindrical-coordinate representation of color #64EAEC: hue angle of 180.88º 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 #64EAEC is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 234 | 236 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.07 |
| HSL | 180.88º | 0.78% | 0.66% | - |
| HSV(B) | 180.88º | 0.58% | 0.93% | - |
| XYZ | 49.82 | 67.61 | 89.78 | - |
| YUV | 194.16 | 151.61 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 236 | 0.58 | 0.01 | 0 | 0.07 | 180.88 | 0.78 | 0.66 |
| Hex | 64 | EA | EC | 3A | 1 | 0 | 7 | B5 | 4E | 42 |
| Octal | 144 | 352 | 354 | 72 | 1 | 0 | 7 | 265 | 116 | 102 |
| Binary | 1100100 | 11101010 | 11101100 | 111010 | 1 | 0 | 111 | 10110101 | 1001110 | 1000010 |
Color Harmonies of #64EAEC
Complementary color
Monochromatic Colors of #64EAEC
Black with #64EAEC
Text Example
Text Example
White with #64EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAEC; }
p { color: rgb(100,234,236); }
H1.HeaderClassName
{
color: #64EAEC;
}
.AnyTagClassName
{
color: #64EAEC;
}
</style>
background-color css
<style>
a { background-color: #64EAEC; }
a { background-color: rgb(100,234,236); }
div.DivClassName
{
background-color: #64EAEC;
}
.BgClassName
{
background-color: #64EAEC;
}
</style>
border-color css
<style>
span { border-color: #64EAEC; }
span { border-color: rgb(100,234,236); }
td.TdClassName
{
border-color: #64EAEC;
}
.TagClassName
{
border-color: #64EAEC;
}
</style>