Shades of Bright Turquoise #02EBC0
Tints of Bright Turquoise #02EBC0
RGB
CMYK
RGB Variations
Color information
#02EBC0 (or 0x02EBC0) is known color: Bright Turquoise. HEX triplet: 02, EB and C0. RGB value is (2,235,192). Sum of RGB (Red+Green+Blue) = 2+235+192=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 235 (92.19% from 255 or 54.78% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 235 - color contains mainly: green. Hex color #02EBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EBC0 is #FD143F. Grayscale: #A0A0A0. Windows color (decimal): -16585792 or 12643074. OLE color: 12643074.
HSL color Cylindrical-coordinate representation of color #02EBC0: hue angle of 168.93º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EBC0 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 235 | 192 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.08 |
| HSL | 168.93º | 0.98% | 0.46% | - |
| HSV(B) | 168.93º | 0.99% | 0.92% | - |
| XYZ | 39.25 | 63.24 | 60.01 | - |
| YUV | 160.43 | 145.81 | 15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 235 | 192 | 0.99 | 0 | 0.18 | 0.08 | 168.93 | 0.98 | 0.46 |
| Hex | 2 | EB | C0 | 63 | 0 | 12 | 8 | A9 | 62 | 2E |
| Octal | 2 | 353 | 300 | 143 | 0 | 22 | 10 | 251 | 142 | 56 |
| Binary | 10 | 11101011 | 11000000 | 1100011 | 0 | 10010 | 1000 | 10101001 | 1100010 | 101110 |
Color Harmonies of #02EBC0
Complementary color
Monochromatic Colors of #02EBC0
Black with #02EBC0
Text Example
Text Example
White with #02EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EBC0; }
p { color: rgb(2,235,192); }
H1.HeaderClassName
{
color: #02EBC0;
}
.AnyTagClassName
{
color: #02EBC0;
}
</style>
background-color css
<style>
a { background-color: #02EBC0; }
a { background-color: rgb(2,235,192); }
div.DivClassName
{
background-color: #02EBC0;
}
.BgClassName
{
background-color: #02EBC0;
}
</style>
border-color css
<style>
span { border-color: #02EBC0; }
span { border-color: rgb(2,235,192); }
td.TdClassName
{
border-color: #02EBC0;
}
.TagClassName
{
border-color: #02EBC0;
}
</style>