Shades of Bright Turquoise #02E8D5
Tints of Bright Turquoise #02E8D5
RGB
CMYK
RGB Variations
Color information
#02E8D5 (or 0x02E8D5) is known color: Bright Turquoise. HEX triplet: 02, E8 and D5. RGB value is (2,232,213). Sum of RGB (Red+Green+Blue) = 2+232+213=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #02E8D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E8D5 is #FD172A. Grayscale: #A0A0A0. Windows color (decimal): -16586539 or 14018562. OLE color: 14018562.
HSL color Cylindrical-coordinate representation of color #02E8D5: hue angle of 175.04º 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 #02E8D5 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 213 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.09 |
| HSL | 175.04º | 0.98% | 0.46% | - |
| HSV(B) | 175.04º | 0.99% | 0.91% | - |
| XYZ | 40.89 | 62.53 | 72.87 | - |
| YUV | 161.06 | 157.3 | 14.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 213 | 0.99 | 0 | 0.08 | 0.09 | 175.04 | 0.98 | 0.46 |
| Hex | 2 | E8 | D5 | 63 | 0 | 8 | 9 | AF | 62 | 2E |
| Octal | 2 | 350 | 325 | 143 | 0 | 10 | 11 | 257 | 142 | 56 |
| Binary | 10 | 11101000 | 11010101 | 1100011 | 0 | 1000 | 1001 | 10101111 | 1100010 | 101110 |
Color Harmonies of #02E8D5
Complementary color
Monochromatic Colors of #02E8D5
Black with #02E8D5
Text Example
Text Example
White with #02E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E8D5; }
p { color: rgb(2,232,213); }
H1.HeaderClassName
{
color: #02E8D5;
}
.AnyTagClassName
{
color: #02E8D5;
}
</style>
background-color css
<style>
a { background-color: #02E8D5; }
a { background-color: rgb(2,232,213); }
div.DivClassName
{
background-color: #02E8D5;
}
.BgClassName
{
background-color: #02E8D5;
}
</style>
border-color css
<style>
span { border-color: #02E8D5; }
span { border-color: rgb(2,232,213); }
td.TdClassName
{
border-color: #02E8D5;
}
.TagClassName
{
border-color: #02E8D5;
}
</style>