Shades of Bright Turquoise #02ECC3
Tints of Bright Turquoise #02ECC3
RGB
CMYK
RGB Variations
Color information
#02ECC3 (or 0x02ECC3) is known color: Bright Turquoise. HEX triplet: 02, EC and C3. RGB value is (2,236,195). Sum of RGB (Red+Green+Blue) = 2+236+195=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #02ECC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02ECC3 is #FD133C. Grayscale: #A1A1A1. Windows color (decimal): -16585533 or 12839938. OLE color: 12839938.
HSL color Cylindrical-coordinate representation of color #02ECC3: hue angle of 169.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ECC3 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 195 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.07 |
| HSL | 169.49º | 0.98% | 0.47% | - |
| HSV(B) | 169.49º | 0.99% | 0.93% | - |
| XYZ | 39.87 | 63.94 | 61.87 | - |
| YUV | 161.36 | 146.98 | 14.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 195 | 0.99 | 0 | 0.17 | 0.07 | 169.49 | 0.98 | 0.47 |
| Hex | 2 | EC | C3 | 63 | 0 | 11 | 7 | A9 | 62 | 2F |
| Octal | 2 | 354 | 303 | 143 | 0 | 21 | 7 | 251 | 142 | 57 |
| Binary | 10 | 11101100 | 11000011 | 1100011 | 0 | 10001 | 111 | 10101001 | 1100010 | 101111 |
Color Harmonies of #02ECC3
Complementary color
Monochromatic Colors of #02ECC3
Black with #02ECC3
Text Example
Text Example
White with #02ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECC3; }
p { color: rgb(2,236,195); }
H1.HeaderClassName
{
color: #02ECC3;
}
.AnyTagClassName
{
color: #02ECC3;
}
</style>
background-color css
<style>
a { background-color: #02ECC3; }
a { background-color: rgb(2,236,195); }
div.DivClassName
{
background-color: #02ECC3;
}
.BgClassName
{
background-color: #02ECC3;
}
</style>
border-color css
<style>
span { border-color: #02ECC3; }
span { border-color: rgb(2,236,195); }
td.TdClassName
{
border-color: #02ECC3;
}
.TagClassName
{
border-color: #02ECC3;
}
</style>