Shades of Bright Turquoise #01E1CB
Tints of Bright Turquoise #01E1CB
RGB
CMYK
RGB Variations
Color information
#01E1CB (or 0x01E1CB) is known color: Bright Turquoise. HEX triplet: 01, E1 and CB. RGB value is (1,225,203). Sum of RGB (Red+Green+Blue) = 1+225+203=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #01E1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E1CB is #FE1E34. Grayscale: #9B9B9B. Windows color (decimal): -16653877 or 13361409. OLE color: 13361409.
HSL color Cylindrical-coordinate representation of color #01E1CB: hue angle of 174.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E1CB is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 203 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.12 |
| HSL | 174.11º | 0.99% | 0.44% | - |
| HSV(B) | 174.11º | 1% | 0.88% | - |
| XYZ | 37.72 | 58.17 | 65.74 | - |
| YUV | 155.52 | 154.79 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 203 | 1.00 | 0 | 0.10 | 0.12 | 174.11 | 0.99 | 0.44 |
| Hex | 1 | E1 | CB | 64 | 0 | A | C | AE | 63 | 2C |
| Octal | 1 | 341 | 313 | 144 | 0 | 12 | 14 | 256 | 143 | 54 |
| Binary | 1 | 11100001 | 11001011 | 1100100 | 0 | 1010 | 1100 | 10101110 | 1100011 | 101100 |
Color Harmonies of #01E1CB
Complementary color
Monochromatic Colors of #01E1CB
Black with #01E1CB
Text Example
Text Example
White with #01E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E1CB; }
p { color: rgb(1,225,203); }
H1.HeaderClassName
{
color: #01E1CB;
}
.AnyTagClassName
{
color: #01E1CB;
}
</style>
background-color css
<style>
a { background-color: #01E1CB; }
a { background-color: rgb(1,225,203); }
div.DivClassName
{
background-color: #01E1CB;
}
.BgClassName
{
background-color: #01E1CB;
}
</style>
border-color css
<style>
span { border-color: #01E1CB; }
span { border-color: rgb(1,225,203); }
td.TdClassName
{
border-color: #01E1CB;
}
.TagClassName
{
border-color: #01E1CB;
}
</style>