Shades of Bright Turquoise #01EAC0
Tints of Bright Turquoise #01EAC0
RGB
CMYK
RGB Variations
Color information
#01EAC0 (or 0x01EAC0) is known color: Bright Turquoise. HEX triplet: 01, EA and C0. RGB value is (1,234,192). Sum of RGB (Red+Green+Blue) = 1+234+192=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #01EAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EAC0 is #FE153F. Grayscale: #9F9F9F. Windows color (decimal): -16651584 or 12642817. OLE color: 12642817.
HSL color Cylindrical-coordinate representation of color #01EAC0: hue angle of 169.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EAC0 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 234 | 192 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.08 |
| HSL | 169.18º | 0.99% | 0.46% | - |
| HSV(B) | 169.18º | 1% | 0.92% | - |
| XYZ | 38.95 | 62.66 | 59.91 | - |
| YUV | 159.55 | 146.31 | 14.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 234 | 192 | 1.00 | 0 | 0.18 | 0.08 | 169.18 | 0.99 | 0.46 |
| Hex | 1 | EA | C0 | 64 | 0 | 12 | 8 | A9 | 63 | 2E |
| Octal | 1 | 352 | 300 | 144 | 0 | 22 | 10 | 251 | 143 | 56 |
| Binary | 1 | 11101010 | 11000000 | 1100100 | 0 | 10010 | 1000 | 10101001 | 1100011 | 101110 |
Color Harmonies of #01EAC0
Complementary color
Monochromatic Colors of #01EAC0
Black with #01EAC0
Text Example
Text Example
White with #01EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EAC0; }
p { color: rgb(1,234,192); }
H1.HeaderClassName
{
color: #01EAC0;
}
.AnyTagClassName
{
color: #01EAC0;
}
</style>
background-color css
<style>
a { background-color: #01EAC0; }
a { background-color: rgb(1,234,192); }
div.DivClassName
{
background-color: #01EAC0;
}
.BgClassName
{
background-color: #01EAC0;
}
</style>
border-color css
<style>
span { border-color: #01EAC0; }
span { border-color: rgb(1,234,192); }
td.TdClassName
{
border-color: #01EAC0;
}
.TagClassName
{
border-color: #01EAC0;
}
</style>