Shades of Bright Turquoise #01ECD9
Tints of Bright Turquoise #01ECD9
RGB
CMYK
RGB Variations
Color information
#01ECD9 (or 0x01ECD9) is known color: Bright Turquoise. HEX triplet: 01, EC and D9. RGB value is (1,236,217). Sum of RGB (Red+Green+Blue) = 1+236+217=454 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECD9 is #FE1326. Grayscale: #A3A3A3. Windows color (decimal): -16651047 or 14281729. OLE color: 14281729.
HSL color Cylindrical-coordinate representation of color #01ECD9: hue angle of 175.15º 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 #01ECD9 is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 217 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.07 |
| HSL | 175.15º | 0.99% | 0.46% | - |
| HSV(B) | 175.15º | 1% | 0.93% | - |
| XYZ | 42.53 | 65.01 | 75.95 | - |
| YUV | 163.57 | 158.14 | 12.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 217 | 1.00 | 0 | 0.08 | 0.07 | 175.15 | 0.99 | 0.46 |
| Hex | 1 | EC | D9 | 64 | 0 | 8 | 7 | AF | 63 | 2E |
| Octal | 1 | 354 | 331 | 144 | 0 | 10 | 7 | 257 | 143 | 56 |
| Binary | 1 | 11101100 | 11011001 | 1100100 | 0 | 1000 | 111 | 10101111 | 1100011 | 101110 |
Color Harmonies of #01ECD9
Complementary color
Monochromatic Colors of #01ECD9
Black with #01ECD9
Text Example
Text Example
White with #01ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECD9; }
p { color: rgb(1,236,217); }
H1.HeaderClassName
{
color: #01ECD9;
}
.AnyTagClassName
{
color: #01ECD9;
}
</style>
background-color css
<style>
a { background-color: #01ECD9; }
a { background-color: rgb(1,236,217); }
div.DivClassName
{
background-color: #01ECD9;
}
.BgClassName
{
background-color: #01ECD9;
}
</style>
border-color css
<style>
span { border-color: #01ECD9; }
span { border-color: rgb(1,236,217); }
td.TdClassName
{
border-color: #01ECD9;
}
.TagClassName
{
border-color: #01ECD9;
}
</style>