Shades of Bright Turquoise #01ECBC
Tints of Bright Turquoise #01ECBC
RGB
CMYK
RGB Variations
Color information
#01ECBC (or 0x01ECBC) is known color: Bright Turquoise. HEX triplet: 01, EC and BC. RGB value is (1,236,188). Sum of RGB (Red+Green+Blue) = 1+236+188=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECBC is #FE1343. Grayscale: #A0A0A0. Windows color (decimal): -16651076 or 12381185. OLE color: 12381185.
HSL color Cylindrical-coordinate representation of color #01ECBC: hue angle of 167.74º 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 #01ECBC is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 188 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.07 |
| HSL | 167.74º | 0.99% | 0.46% | - |
| HSV(B) | 167.74º | 1% | 0.93% | - |
| XYZ | 39.09 | 63.63 | 57.8 | - |
| YUV | 160.26 | 143.64 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 188 | 1.00 | 0 | 0.20 | 0.07 | 167.74 | 0.99 | 0.46 |
| Hex | 1 | EC | BC | 64 | 0 | 14 | 7 | A8 | 63 | 2E |
| Octal | 1 | 354 | 274 | 144 | 0 | 24 | 7 | 250 | 143 | 56 |
| Binary | 1 | 11101100 | 10111100 | 1100100 | 0 | 10100 | 111 | 10101000 | 1100011 | 101110 |
Color Harmonies of #01ECBC
Complementary color
Monochromatic Colors of #01ECBC
Black with #01ECBC
Text Example
Text Example
White with #01ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECBC; }
p { color: rgb(1,236,188); }
H1.HeaderClassName
{
color: #01ECBC;
}
.AnyTagClassName
{
color: #01ECBC;
}
</style>
background-color css
<style>
a { background-color: #01ECBC; }
a { background-color: rgb(1,236,188); }
div.DivClassName
{
background-color: #01ECBC;
}
.BgClassName
{
background-color: #01ECBC;
}
</style>
border-color css
<style>
span { border-color: #01ECBC; }
span { border-color: rgb(1,236,188); }
td.TdClassName
{
border-color: #01ECBC;
}
.TagClassName
{
border-color: #01ECBC;
}
</style>