Shades of Bright Turquoise #01E4C5
Tints of Bright Turquoise #01E4C5
RGB
CMYK
RGB Variations
Color information
#01E4C5 (or 0x01E4C5) is known color: Bright Turquoise. HEX triplet: 01, E4 and C5. RGB value is (1,228,197). Sum of RGB (Red+Green+Blue) = 1+228+197=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #01E4C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E4C5 is #FE1B3A. Grayscale: #9C9C9C. Windows color (decimal): -16653115 or 12968961. OLE color: 12968961.
HSL color Cylindrical-coordinate representation of color #01E4C5: hue angle of 171.81º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E4C5 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 197 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.11 |
| HSL | 171.81º | 0.99% | 0.45% | - |
| HSV(B) | 171.81º | 1% | 0.89% | - |
| XYZ | 37.83 | 59.52 | 62.32 | - |
| YUV | 156.59 | 150.79 | 17.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 197 | 1.00 | 0 | 0.14 | 0.11 | 171.81 | 0.99 | 0.45 |
| Hex | 1 | E4 | C5 | 64 | 0 | E | B | AC | 63 | 2D |
| Octal | 1 | 344 | 305 | 144 | 0 | 16 | 13 | 254 | 143 | 55 |
| Binary | 1 | 11100100 | 11000101 | 1100100 | 0 | 1110 | 1011 | 10101100 | 1100011 | 101101 |
Color Harmonies of #01E4C5
Complementary color
Monochromatic Colors of #01E4C5
Black with #01E4C5
Text Example
Text Example
White with #01E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E4C5; }
p { color: rgb(1,228,197); }
H1.HeaderClassName
{
color: #01E4C5;
}
.AnyTagClassName
{
color: #01E4C5;
}
</style>
background-color css
<style>
a { background-color: #01E4C5; }
a { background-color: rgb(1,228,197); }
div.DivClassName
{
background-color: #01E4C5;
}
.BgClassName
{
background-color: #01E4C5;
}
</style>
border-color css
<style>
span { border-color: #01E4C5; }
span { border-color: rgb(1,228,197); }
td.TdClassName
{
border-color: #01E4C5;
}
.TagClassName
{
border-color: #01E4C5;
}
</style>