Shades of Bright Turquoise #02D9E0
Tints of Bright Turquoise #02D9E0
RGB
CMYK
RGB Variations
Color information
#02D9E0 (or 0x02D9E0) is known color: Bright Turquoise. HEX triplet: 02, D9 and E0. RGB value is (2,217,224). Sum of RGB (Red+Green+Blue) = 2+217+224=443 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #02D9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D9E0 is #FD261F. Grayscale: #999999. Windows color (decimal): -16590368 or 14735618. OLE color: 14735618.
HSL color Cylindrical-coordinate representation of color #02D9E0: hue angle of 181.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9E0 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 217 | 224 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.12 |
| HSL | 181.89º | 0.98% | 0.44% | - |
| HSV(B) | 181.89º | 0.99% | 0.88% | - |
| XYZ | 38.29 | 55.02 | 79.12 | - |
| YUV | 153.51 | 167.77 | 19.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 224 | 0.99 | 0.03 | 0 | 0.12 | 181.89 | 0.98 | 0.44 |
| Hex | 2 | D9 | E0 | 63 | 3 | 0 | C | B6 | 62 | 2C |
| Octal | 2 | 331 | 340 | 143 | 3 | 0 | 14 | 266 | 142 | 54 |
| Binary | 10 | 11011001 | 11100000 | 1100011 | 11 | 0 | 1100 | 10110110 | 1100010 | 101100 |
Color Harmonies of #02D9E0
Complementary color
Monochromatic Colors of #02D9E0
Black with #02D9E0
Text Example
Text Example
White with #02D9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D9E0; }
p { color: rgb(2,217,224); }
H1.HeaderClassName
{
color: #02D9E0;
}
.AnyTagClassName
{
color: #02D9E0;
}
</style>
background-color css
<style>
a { background-color: #02D9E0; }
a { background-color: rgb(2,217,224); }
div.DivClassName
{
background-color: #02D9E0;
}
.BgClassName
{
background-color: #02D9E0;
}
</style>
border-color css
<style>
span { border-color: #02D9E0; }
span { border-color: rgb(2,217,224); }
td.TdClassName
{
border-color: #02D9E0;
}
.TagClassName
{
border-color: #02D9E0;
}
</style>