Shades of Bright Turquoise #01ECE0
Tints of Bright Turquoise #01ECE0
RGB
CMYK
RGB Variations
Color information
#01ECE0 (or 0x01ECE0) is known color: Bright Turquoise. HEX triplet: 01, EC and E0. RGB value is (1,236,224). Sum of RGB (Red+Green+Blue) = 1+236+224=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECE0 is #FE131F. Grayscale: #A4A4A4. Windows color (decimal): -16651040 or 14740481. OLE color: 14740481.
HSL color Cylindrical-coordinate representation of color #01ECE0: hue angle of 176.94º 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 #01ECE0 is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 224 | - |
| CMYK | 1.00 | 0 | 0.05 | 0.07 |
| HSL | 176.94º | 0.99% | 0.46% | - |
| HSV(B) | 176.94º | 1% | 0.93% | - |
| XYZ | 43.46 | 65.38 | 80.85 | - |
| YUV | 164.37 | 161.64 | 11.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 224 | 1.00 | 0 | 0.05 | 0.07 | 176.94 | 0.99 | 0.46 |
| Hex | 1 | EC | E0 | 64 | 0 | 5 | 7 | B1 | 63 | 2E |
| Octal | 1 | 354 | 340 | 144 | 0 | 5 | 7 | 261 | 143 | 56 |
| Binary | 1 | 11101100 | 11100000 | 1100100 | 0 | 101 | 111 | 10110001 | 1100011 | 101110 |
Color Harmonies of #01ECE0
Complementary color
Monochromatic Colors of #01ECE0
Black with #01ECE0
Text Example
Text Example
White with #01ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECE0; }
p { color: rgb(1,236,224); }
H1.HeaderClassName
{
color: #01ECE0;
}
.AnyTagClassName
{
color: #01ECE0;
}
</style>
background-color css
<style>
a { background-color: #01ECE0; }
a { background-color: rgb(1,236,224); }
div.DivClassName
{
background-color: #01ECE0;
}
.BgClassName
{
background-color: #01ECE0;
}
</style>
border-color css
<style>
span { border-color: #01ECE0; }
span { border-color: rgb(1,236,224); }
td.TdClassName
{
border-color: #01ECE0;
}
.TagClassName
{
border-color: #01ECE0;
}
</style>