Shades of Bright Turquoise #01ECDC
Tints of Bright Turquoise #01ECDC
RGB
CMYK
RGB Variations
Color information
#01ECDC (or 0x01ECDC) is known color: Bright Turquoise. HEX triplet: 01, EC and DC. RGB value is (1,236,220). Sum of RGB (Red+Green+Blue) = 1+236+220=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECDC is #FE1323. Grayscale: #A3A3A3. Windows color (decimal): -16651044 or 14478337. OLE color: 14478337.
HSL color Cylindrical-coordinate representation of color #01ECDC: hue angle of 175.91º 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 #01ECDC is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 220 | - |
| CMYK | 1.00 | 0 | 0.07 | 0.07 |
| HSL | 175.91º | 0.99% | 0.46% | - |
| HSV(B) | 175.91º | 1% | 0.93% | - |
| XYZ | 42.93 | 65.16 | 78.03 | - |
| YUV | 163.91 | 159.64 | 11.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 220 | 1.00 | 0 | 0.07 | 0.07 | 175.91 | 0.99 | 0.46 |
| Hex | 1 | EC | DC | 64 | 0 | 7 | 7 | B0 | 63 | 2E |
| Octal | 1 | 354 | 334 | 144 | 0 | 7 | 7 | 260 | 143 | 56 |
| Binary | 1 | 11101100 | 11011100 | 1100100 | 0 | 111 | 111 | 10110000 | 1100011 | 101110 |
Color Harmonies of #01ECDC
Complementary color
Monochromatic Colors of #01ECDC
Black with #01ECDC
Text Example
Text Example
White with #01ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECDC; }
p { color: rgb(1,236,220); }
H1.HeaderClassName
{
color: #01ECDC;
}
.AnyTagClassName
{
color: #01ECDC;
}
</style>
background-color css
<style>
a { background-color: #01ECDC; }
a { background-color: rgb(1,236,220); }
div.DivClassName
{
background-color: #01ECDC;
}
.BgClassName
{
background-color: #01ECDC;
}
</style>
border-color css
<style>
span { border-color: #01ECDC; }
span { border-color: rgb(1,236,220); }
td.TdClassName
{
border-color: #01ECDC;
}
.TagClassName
{
border-color: #01ECDC;
}
</style>