Shades of Bright Turquoise #01ECD1
Tints of Bright Turquoise #01ECD1
RGB
CMYK
RGB Variations
Color information
#01ECD1 (or 0x01ECD1) is known color: Bright Turquoise. HEX triplet: 01, EC and D1. RGB value is (1,236,209). Sum of RGB (Red+Green+Blue) = 1+236+209=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECD1 is #FE132E. Grayscale: #A2A2A2. Windows color (decimal): -16651055 or 13757441. OLE color: 13757441.
HSL color Cylindrical-coordinate representation of color #01ECD1: hue angle of 173.11º 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 #01ECD1 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 209 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.07 |
| HSL | 173.11º | 0.99% | 0.46% | - |
| HSV(B) | 173.11º | 1% | 0.93% | - |
| XYZ | 41.52 | 64.6 | 70.6 | - |
| YUV | 162.66 | 154.14 | 12.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 209 | 1.00 | 0 | 0.11 | 0.07 | 173.11 | 0.99 | 0.46 |
| Hex | 1 | EC | D1 | 64 | 0 | B | 7 | AD | 63 | 2E |
| Octal | 1 | 354 | 321 | 144 | 0 | 13 | 7 | 255 | 143 | 56 |
| Binary | 1 | 11101100 | 11010001 | 1100100 | 0 | 1011 | 111 | 10101101 | 1100011 | 101110 |
Color Harmonies of #01ECD1
Complementary color
Monochromatic Colors of #01ECD1
Black with #01ECD1
Text Example
Text Example
White with #01ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECD1; }
p { color: rgb(1,236,209); }
H1.HeaderClassName
{
color: #01ECD1;
}
.AnyTagClassName
{
color: #01ECD1;
}
</style>
background-color css
<style>
a { background-color: #01ECD1; }
a { background-color: rgb(1,236,209); }
div.DivClassName
{
background-color: #01ECD1;
}
.BgClassName
{
background-color: #01ECD1;
}
</style>
border-color css
<style>
span { border-color: #01ECD1; }
span { border-color: rgb(1,236,209); }
td.TdClassName
{
border-color: #01ECD1;
}
.TagClassName
{
border-color: #01ECD1;
}
</style>