Shades of Bright Turquoise #02D8EF
Tints of Bright Turquoise #02D8EF
RGB
CMYK
RGB Variations
Color information
#02D8EF (or 0x02D8EF) is known color: Bright Turquoise. HEX triplet: 02, D8 and EF. RGB value is (2,216,239). Sum of RGB (Red+Green+Blue) = 2+216+239=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #02D8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D8EF is #FD2710. Grayscale: #9A9A9A. Windows color (decimal): -16590609 or 15718402. OLE color: 15718402.
HSL color Cylindrical-coordinate representation of color #02D8EF: hue angle of 185.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D8EF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 216 | 239 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.06 |
| HSL | 185.82º | 0.98% | 0.47% | - |
| HSV(B) | 185.82º | 0.99% | 0.94% | - |
| XYZ | 40.16 | 55.36 | 90.23 | - |
| YUV | 154.64 | 175.6 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 239 | 0.99 | 0.10 | 0 | 0.06 | 185.82 | 0.98 | 0.47 |
| Hex | 2 | D8 | EF | 63 | A | 0 | 6 | BA | 62 | 2F |
| Octal | 2 | 330 | 357 | 143 | 12 | 0 | 6 | 272 | 142 | 57 |
| Binary | 10 | 11011000 | 11101111 | 1100011 | 1010 | 0 | 110 | 10111010 | 1100010 | 101111 |
Color Harmonies of #02D8EF
Complementary color
Monochromatic Colors of #02D8EF
Black with #02D8EF
Text Example
Text Example
White with #02D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8EF; }
p { color: rgb(2,216,239); }
H1.HeaderClassName
{
color: #02D8EF;
}
.AnyTagClassName
{
color: #02D8EF;
}
</style>
background-color css
<style>
a { background-color: #02D8EF; }
a { background-color: rgb(2,216,239); }
div.DivClassName
{
background-color: #02D8EF;
}
.BgClassName
{
background-color: #02D8EF;
}
</style>
border-color css
<style>
span { border-color: #02D8EF; }
span { border-color: rgb(2,216,239); }
td.TdClassName
{
border-color: #02D8EF;
}
.TagClassName
{
border-color: #02D8EF;
}
</style>