Shades of Bright Turquoise #02E9D0
Tints of Bright Turquoise #02E9D0
RGB
CMYK
RGB Variations
Color information
#02E9D0 (or 0x02E9D0) is known color: Bright Turquoise. HEX triplet: 02, E9 and D0. RGB value is (2,233,208). Sum of RGB (Red+Green+Blue) = 2+233+208=443 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #02E9D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E9D0 is #FD162F. Grayscale: #A0A0A0. Windows color (decimal): -16586288 or 13691138. OLE color: 13691138.
HSL color Cylindrical-coordinate representation of color #02E9D0: hue angle of 173.51º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E9D0 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 208 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.09 |
| HSL | 173.51º | 0.98% | 0.46% | - |
| HSV(B) | 173.51º | 0.99% | 0.91% | - |
| XYZ | 40.55 | 62.84 | 69.67 | - |
| YUV | 161.08 | 154.47 | 14.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 208 | 0.99 | 0 | 0.11 | 0.09 | 173.51 | 0.98 | 0.46 |
| Hex | 2 | E9 | D0 | 63 | 0 | B | 9 | AE | 62 | 2E |
| Octal | 2 | 351 | 320 | 143 | 0 | 13 | 11 | 256 | 142 | 56 |
| Binary | 10 | 11101001 | 11010000 | 1100011 | 0 | 1011 | 1001 | 10101110 | 1100010 | 101110 |
Color Harmonies of #02E9D0
Complementary color
Monochromatic Colors of #02E9D0
Black with #02E9D0
Text Example
Text Example
White with #02E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E9D0; }
p { color: rgb(2,233,208); }
H1.HeaderClassName
{
color: #02E9D0;
}
.AnyTagClassName
{
color: #02E9D0;
}
</style>
background-color css
<style>
a { background-color: #02E9D0; }
a { background-color: rgb(2,233,208); }
div.DivClassName
{
background-color: #02E9D0;
}
.BgClassName
{
background-color: #02E9D0;
}
</style>
border-color css
<style>
span { border-color: #02E9D0; }
span { border-color: rgb(2,233,208); }
td.TdClassName
{
border-color: #02E9D0;
}
.TagClassName
{
border-color: #02E9D0;
}
</style>