Shades of Bright Turquoise #01E5C6
Tints of Bright Turquoise #01E5C6
RGB
CMYK
RGB Variations
Color information
#01E5C6 (or 0x01E5C6) is known color: Bright Turquoise. HEX triplet: 01, E5 and C6. RGB value is (1,229,198). Sum of RGB (Red+Green+Blue) = 1+229+198=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #01E5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E5C6 is #FE1A39. Grayscale: #9D9D9D. Windows color (decimal): -16652858 or 13034753. OLE color: 13034753.
HSL color Cylindrical-coordinate representation of color #01E5C6: hue angle of 171.84º 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 #01E5C6 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 229 | 198 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.10 |
| HSL | 171.84º | 0.99% | 0.45% | - |
| HSV(B) | 171.84º | 1% | 0.9% | - |
| XYZ | 38.22 | 60.12 | 63.02 | - |
| YUV | 157.29 | 150.96 | 16.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 198 | 1.00 | 0 | 0.14 | 0.10 | 171.84 | 0.99 | 0.45 |
| Hex | 1 | E5 | C6 | 64 | 0 | E | A | AC | 63 | 2D |
| Octal | 1 | 345 | 306 | 144 | 0 | 16 | 12 | 254 | 143 | 55 |
| Binary | 1 | 11100101 | 11000110 | 1100100 | 0 | 1110 | 1010 | 10101100 | 1100011 | 101101 |
Color Harmonies of #01E5C6
Complementary color
Monochromatic Colors of #01E5C6
Black with #01E5C6
Text Example
Text Example
White with #01E5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E5C6; }
p { color: rgb(1,229,198); }
H1.HeaderClassName
{
color: #01E5C6;
}
.AnyTagClassName
{
color: #01E5C6;
}
</style>
background-color css
<style>
a { background-color: #01E5C6; }
a { background-color: rgb(1,229,198); }
div.DivClassName
{
background-color: #01E5C6;
}
.BgClassName
{
background-color: #01E5C6;
}
</style>
border-color css
<style>
span { border-color: #01E5C6; }
span { border-color: rgb(1,229,198); }
td.TdClassName
{
border-color: #01E5C6;
}
.TagClassName
{
border-color: #01E5C6;
}
</style>