Shades of Bright Turquoise #01ECC3
Tints of Bright Turquoise #01ECC3
RGB
CMYK
RGB Variations
Color information
#01ECC3 (or 0x01ECC3) is known color: Bright Turquoise. HEX triplet: 01, EC and C3. RGB value is (1,236,195). Sum of RGB (Red+Green+Blue) = 1+236+195=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #01ECC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01ECC3 is #FE133C. Grayscale: #A0A0A0. Windows color (decimal): -16651069 or 12839937. OLE color: 12839937.
HSL color Cylindrical-coordinate representation of color #01ECC3: hue angle of 169.53º 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 #01ECC3 is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 195 | - |
| CMYK | 1.00 | 0 | 0.17 | 0.07 |
| HSL | 169.53º | 0.99% | 0.46% | - |
| HSV(B) | 169.53º | 1% | 0.93% | - |
| XYZ | 39.86 | 63.94 | 61.87 | - |
| YUV | 161.06 | 147.14 | 13.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 195 | 1.00 | 0 | 0.17 | 0.07 | 169.53 | 0.99 | 0.46 |
| Hex | 1 | EC | C3 | 64 | 0 | 11 | 7 | AA | 63 | 2E |
| Octal | 1 | 354 | 303 | 144 | 0 | 21 | 7 | 252 | 143 | 56 |
| Binary | 1 | 11101100 | 11000011 | 1100100 | 0 | 10001 | 111 | 10101010 | 1100011 | 101110 |
Color Harmonies of #01ECC3
Complementary color
Monochromatic Colors of #01ECC3
Black with #01ECC3
Text Example
Text Example
White with #01ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECC3; }
p { color: rgb(1,236,195); }
H1.HeaderClassName
{
color: #01ECC3;
}
.AnyTagClassName
{
color: #01ECC3;
}
</style>
background-color css
<style>
a { background-color: #01ECC3; }
a { background-color: rgb(1,236,195); }
div.DivClassName
{
background-color: #01ECC3;
}
.BgClassName
{
background-color: #01ECC3;
}
</style>
border-color css
<style>
span { border-color: #01ECC3; }
span { border-color: rgb(1,236,195); }
td.TdClassName
{
border-color: #01ECC3;
}
.TagClassName
{
border-color: #01ECC3;
}
</style>