Shades of Bright Turquoise #01ECDD
Tints of Bright Turquoise #01ECDD
RGB
CMYK
RGB Variations
Color information
#01ECDD (or 0x01ECDD) is known color: Bright Turquoise. HEX triplet: 01, EC and DD. RGB value is (1,236,221). Sum of RGB (Red+Green+Blue) = 1+236+221=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECDD is #FE1322. Grayscale: #A3A3A3. Windows color (decimal): -16651043 or 14543873. OLE color: 14543873.
HSL color Cylindrical-coordinate representation of color #01ECDD: hue angle of 176.17º 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 #01ECDD is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 221 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.07 |
| HSL | 176.17º | 0.99% | 0.46% | - |
| HSV(B) | 176.17º | 1% | 0.93% | - |
| XYZ | 43.06 | 65.22 | 78.73 | - |
| YUV | 164.03 | 160.14 | 11.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 221 | 1.00 | 0 | 0.06 | 0.07 | 176.17 | 0.99 | 0.46 |
| Hex | 1 | EC | DD | 64 | 0 | 6 | 7 | B0 | 63 | 2E |
| Octal | 1 | 354 | 335 | 144 | 0 | 6 | 7 | 260 | 143 | 56 |
| Binary | 1 | 11101100 | 11011101 | 1100100 | 0 | 110 | 111 | 10110000 | 1100011 | 101110 |
Color Harmonies of #01ECDD
Complementary color
Monochromatic Colors of #01ECDD
Black with #01ECDD
Text Example
Text Example
White with #01ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECDD; }
p { color: rgb(1,236,221); }
H1.HeaderClassName
{
color: #01ECDD;
}
.AnyTagClassName
{
color: #01ECDD;
}
</style>
background-color css
<style>
a { background-color: #01ECDD; }
a { background-color: rgb(1,236,221); }
div.DivClassName
{
background-color: #01ECDD;
}
.BgClassName
{
background-color: #01ECDD;
}
</style>
border-color css
<style>
span { border-color: #01ECDD; }
span { border-color: rgb(1,236,221); }
td.TdClassName
{
border-color: #01ECDD;
}
.TagClassName
{
border-color: #01ECDD;
}
</style>