Shades of Bright Turquoise #01ECBE
Tints of Bright Turquoise #01ECBE
RGB
CMYK
RGB Variations
Color information
#01ECBE (or 0x01ECBE) is known color: Bright Turquoise. HEX triplet: 01, EC and BE. RGB value is (1,236,190). Sum of RGB (Red+Green+Blue) = 1+236+190=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECBE is #FE1341. Grayscale: #A0A0A0. Windows color (decimal): -16651074 or 12512257. OLE color: 12512257.
HSL color Cylindrical-coordinate representation of color #01ECBE: hue angle of 168.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECBE is Cyan = 1.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 190 | - |
| CMYK | 1.00 | 0 | 0.19 | 0.07 |
| HSL | 168.26º | 0.99% | 0.46% | - |
| HSV(B) | 168.26º | 1% | 0.93% | - |
| XYZ | 39.3 | 63.72 | 58.94 | - |
| YUV | 160.49 | 144.64 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 190 | 1.00 | 0 | 0.19 | 0.07 | 168.26 | 0.99 | 0.46 |
| Hex | 1 | EC | BE | 64 | 0 | 13 | 7 | A8 | 63 | 2E |
| Octal | 1 | 354 | 276 | 144 | 0 | 23 | 7 | 250 | 143 | 56 |
| Binary | 1 | 11101100 | 10111110 | 1100100 | 0 | 10011 | 111 | 10101000 | 1100011 | 101110 |
Color Harmonies of #01ECBE
Complementary color
Monochromatic Colors of #01ECBE
Black with #01ECBE
Text Example
Text Example
White with #01ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECBE; }
p { color: rgb(1,236,190); }
H1.HeaderClassName
{
color: #01ECBE;
}
.AnyTagClassName
{
color: #01ECBE;
}
</style>
background-color css
<style>
a { background-color: #01ECBE; }
a { background-color: rgb(1,236,190); }
div.DivClassName
{
background-color: #01ECBE;
}
.BgClassName
{
background-color: #01ECBE;
}
</style>
border-color css
<style>
span { border-color: #01ECBE; }
span { border-color: rgb(1,236,190); }
td.TdClassName
{
border-color: #01ECBE;
}
.TagClassName
{
border-color: #01ECBE;
}
</style>