Shades of Bright Turquoise #01ECCD
Tints of Bright Turquoise #01ECCD
RGB
CMYK
RGB Variations
Color information
#01ECCD (or 0x01ECCD) is known color: Bright Turquoise. HEX triplet: 01, EC and CD. RGB value is (1,236,205). Sum of RGB (Red+Green+Blue) = 1+236+205=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECCD is #FE1332. Grayscale: #A2A2A2. Windows color (decimal): -16651059 or 13495297. OLE color: 13495297.
HSL color Cylindrical-coordinate representation of color #01ECCD: hue angle of 172.09º 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 #01ECCD is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 205 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.07 |
| HSL | 172.09º | 0.99% | 0.46% | - |
| HSV(B) | 172.09º | 1% | 0.93% | - |
| XYZ | 41.03 | 64.41 | 68.03 | - |
| YUV | 162.2 | 152.14 | 13.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 205 | 1.00 | 0 | 0.13 | 0.07 | 172.09 | 0.99 | 0.46 |
| Hex | 1 | EC | CD | 64 | 0 | D | 7 | AC | 63 | 2E |
| Octal | 1 | 354 | 315 | 144 | 0 | 15 | 7 | 254 | 143 | 56 |
| Binary | 1 | 11101100 | 11001101 | 1100100 | 0 | 1101 | 111 | 10101100 | 1100011 | 101110 |
Color Harmonies of #01ECCD
Complementary color
Monochromatic Colors of #01ECCD
Black with #01ECCD
Text Example
Text Example
White with #01ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECCD; }
p { color: rgb(1,236,205); }
H1.HeaderClassName
{
color: #01ECCD;
}
.AnyTagClassName
{
color: #01ECCD;
}
</style>
background-color css
<style>
a { background-color: #01ECCD; }
a { background-color: rgb(1,236,205); }
div.DivClassName
{
background-color: #01ECCD;
}
.BgClassName
{
background-color: #01ECCD;
}
</style>
border-color css
<style>
span { border-color: #01ECCD; }
span { border-color: rgb(1,236,205); }
td.TdClassName
{
border-color: #01ECCD;
}
.TagClassName
{
border-color: #01ECCD;
}
</style>