Shades of Bright Turquoise #02E7D8
Tints of Bright Turquoise #02E7D8
RGB
CMYK
RGB Variations
Color information
#02E7D8 (or 0x02E7D8) is known color: Bright Turquoise. HEX triplet: 02, E7 and D8. RGB value is (2,231,216). Sum of RGB (Red+Green+Blue) = 2+231+216=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #02E7D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02E7D8 is #FD1827. Grayscale: #A0A0A0. Windows color (decimal): -16586792 or 14214914. OLE color: 14214914.
HSL color Cylindrical-coordinate representation of color #02E7D8: hue angle of 176.07º 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 #02E7D8 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 216 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.09 |
| HSL | 176.07º | 0.98% | 0.46% | - |
| HSV(B) | 176.07º | 0.99% | 0.91% | - |
| XYZ | 41 | 62.12 | 74.8 | - |
| YUV | 160.82 | 159.13 | 14.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 216 | 0.99 | 0 | 0.06 | 0.09 | 176.07 | 0.98 | 0.46 |
| Hex | 2 | E7 | D8 | 63 | 0 | 6 | 9 | B0 | 62 | 2E |
| Octal | 2 | 347 | 330 | 143 | 0 | 6 | 11 | 260 | 142 | 56 |
| Binary | 10 | 11100111 | 11011000 | 1100011 | 0 | 110 | 1001 | 10110000 | 1100010 | 101110 |
Color Harmonies of #02E7D8
Complementary color
Monochromatic Colors of #02E7D8
Black with #02E7D8
Text Example
Text Example
White with #02E7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E7D8; }
p { color: rgb(2,231,216); }
H1.HeaderClassName
{
color: #02E7D8;
}
.AnyTagClassName
{
color: #02E7D8;
}
</style>
background-color css
<style>
a { background-color: #02E7D8; }
a { background-color: rgb(2,231,216); }
div.DivClassName
{
background-color: #02E7D8;
}
.BgClassName
{
background-color: #02E7D8;
}
</style>
border-color css
<style>
span { border-color: #02E7D8; }
span { border-color: rgb(2,231,216); }
td.TdClassName
{
border-color: #02E7D8;
}
.TagClassName
{
border-color: #02E7D8;
}
</style>