Shades of Bright Turquoise #02DDD8
Tints of Bright Turquoise #02DDD8
RGB
CMYK
RGB Variations
Color information
#02DDD8 (or 0x02DDD8) is known color: Bright Turquoise. HEX triplet: 02, DD and D8. RGB value is (2,221,216). Sum of RGB (Red+Green+Blue) = 2+221+216=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDD8 is #FD2227. Grayscale: #9A9A9A. Windows color (decimal): -16589352 or 14212354. OLE color: 14212354.
HSL color Cylindrical-coordinate representation of color #02DDD8: hue angle of 178.63º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DDD8 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 216 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.13 |
| HSL | 178.63º | 0.98% | 0.44% | - |
| HSV(B) | 178.63º | 0.99% | 0.87% | - |
| XYZ | 38.28 | 56.68 | 73.89 | - |
| YUV | 154.95 | 162.45 | 18.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 216 | 0.99 | 0 | 0.02 | 0.13 | 178.63 | 0.98 | 0.44 |
| Hex | 2 | DD | D8 | 63 | 0 | 2 | D | B3 | 62 | 2C |
| Octal | 2 | 335 | 330 | 143 | 0 | 2 | 15 | 263 | 142 | 54 |
| Binary | 10 | 11011101 | 11011000 | 1100011 | 0 | 10 | 1101 | 10110011 | 1100010 | 101100 |
Color Harmonies of #02DDD8
Complementary color
Monochromatic Colors of #02DDD8
Black with #02DDD8
Text Example
Text Example
White with #02DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDD8; }
p { color: rgb(2,221,216); }
H1.HeaderClassName
{
color: #02DDD8;
}
.AnyTagClassName
{
color: #02DDD8;
}
</style>
background-color css
<style>
a { background-color: #02DDD8; }
a { background-color: rgb(2,221,216); }
div.DivClassName
{
background-color: #02DDD8;
}
.BgClassName
{
background-color: #02DDD8;
}
</style>
border-color css
<style>
span { border-color: #02DDD8; }
span { border-color: rgb(2,221,216); }
td.TdClassName
{
border-color: #02DDD8;
}
.TagClassName
{
border-color: #02DDD8;
}
</style>