Shades of Bright Turquoise #02D8E1
Tints of Bright Turquoise #02D8E1
RGB
CMYK
RGB Variations
Color information
#02D8E1 (or 0x02D8E1) is known color: Bright Turquoise. HEX triplet: 02, D8 and E1. RGB value is (2,216,225). Sum of RGB (Red+Green+Blue) = 2+216+225=443 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #02D8E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8E1 is #FD271E. Grayscale: #989898. Windows color (decimal): -16590623 or 14800898. OLE color: 14800898.
HSL color Cylindrical-coordinate representation of color #02D8E1: hue angle of 182.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D8E1 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 216 | 225 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.12 |
| HSL | 182.42º | 0.98% | 0.45% | - |
| HSV(B) | 182.42º | 0.99% | 0.88% | - |
| XYZ | 38.17 | 54.56 | 79.75 | - |
| YUV | 153.04 | 168.6 | 20.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 225 | 0.99 | 0.04 | 0 | 0.12 | 182.42 | 0.98 | 0.45 |
| Hex | 2 | D8 | E1 | 63 | 4 | 0 | C | B6 | 62 | 2D |
| Octal | 2 | 330 | 341 | 143 | 4 | 0 | 14 | 266 | 142 | 55 |
| Binary | 10 | 11011000 | 11100001 | 1100011 | 100 | 0 | 1100 | 10110110 | 1100010 | 101101 |
Color Harmonies of #02D8E1
Complementary color
Monochromatic Colors of #02D8E1
Black with #02D8E1
Text Example
Text Example
White with #02D8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8E1; }
p { color: rgb(2,216,225); }
H1.HeaderClassName
{
color: #02D8E1;
}
.AnyTagClassName
{
color: #02D8E1;
}
</style>
background-color css
<style>
a { background-color: #02D8E1; }
a { background-color: rgb(2,216,225); }
div.DivClassName
{
background-color: #02D8E1;
}
.BgClassName
{
background-color: #02D8E1;
}
</style>
border-color css
<style>
span { border-color: #02D8E1; }
span { border-color: rgb(2,216,225); }
td.TdClassName
{
border-color: #02D8E1;
}
.TagClassName
{
border-color: #02D8E1;
}
</style>