Shades of Bright Turquoise #01E6C9
Tints of Bright Turquoise #01E6C9
RGB
CMYK
RGB Variations
Color information
#01E6C9 (or 0x01E6C9) is known color: Bright Turquoise. HEX triplet: 01, E6 and C9. RGB value is (1,230,201). Sum of RGB (Red+Green+Blue) = 1+230+201=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #01E6C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01E6C9 is #FE1936. Grayscale: #9E9E9E. Windows color (decimal): -16652599 or 13231617. OLE color: 13231617.
HSL color Cylindrical-coordinate representation of color #01E6C9: hue angle of 172.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E6C9 is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 201 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.10 |
| HSL | 172.4º | 0.99% | 0.45% | - |
| HSV(B) | 172.4º | 1% | 0.9% | - |
| XYZ | 38.85 | 60.82 | 64.95 | - |
| YUV | 158.22 | 152.13 | 15.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 201 | 1.00 | 0 | 0.13 | 0.10 | 172.4 | 0.99 | 0.45 |
| Hex | 1 | E6 | C9 | 64 | 0 | D | A | AC | 63 | 2D |
| Octal | 1 | 346 | 311 | 144 | 0 | 15 | 12 | 254 | 143 | 55 |
| Binary | 1 | 11100110 | 11001001 | 1100100 | 0 | 1101 | 1010 | 10101100 | 1100011 | 101101 |
Color Harmonies of #01E6C9
Complementary color
Monochromatic Colors of #01E6C9
Black with #01E6C9
Text Example
Text Example
White with #01E6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E6C9; }
p { color: rgb(1,230,201); }
H1.HeaderClassName
{
color: #01E6C9;
}
.AnyTagClassName
{
color: #01E6C9;
}
</style>
background-color css
<style>
a { background-color: #01E6C9; }
a { background-color: rgb(1,230,201); }
div.DivClassName
{
background-color: #01E6C9;
}
.BgClassName
{
background-color: #01E6C9;
}
</style>
border-color css
<style>
span { border-color: #01E6C9; }
span { border-color: rgb(1,230,201); }
td.TdClassName
{
border-color: #01E6C9;
}
.TagClassName
{
border-color: #01E6C9;
}
</style>