Shades of Bright Turquoise #02DDDD
Tints of Bright Turquoise #02DDDD
RGB
CMYK
RGB Variations
Color information
#02DDDD (or 0x02DDDD) is known color: Bright Turquoise. HEX triplet: 02, DD and DD. RGB value is (2,221,221). Sum of RGB (Red+Green+Blue) = 2+221+221=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #02DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDDD is #FD2222. Grayscale: #9B9B9B. Windows color (decimal): -16589347 or 14540034. OLE color: 14540034.
HSL color Cylindrical-coordinate representation of color #02DDDD: hue angle of 180º 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 #02DDDD is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 221 | - |
| CMYK | 0.99 | 0 | 0 | 0.13 |
| HSL | 180º | 0.98% | 0.44% | - |
| HSV(B) | 180º | 0.99% | 0.87% | - |
| XYZ | 38.93 | 56.95 | 77.35 | - |
| YUV | 155.52 | 164.95 | 18.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 221 | 0.99 | 0 | 0 | 0.13 | 180 | 0.98 | 0.44 |
| Hex | 2 | DD | DD | 63 | 0 | 0 | D | B4 | 62 | 2C |
| Octal | 2 | 335 | 335 | 143 | 0 | 0 | 15 | 264 | 142 | 54 |
| Binary | 10 | 11011101 | 11011101 | 1100011 | 0 | 0 | 1101 | 10110100 | 1100010 | 101100 |
Color Harmonies of #02DDDD
Complementary color
Monochromatic Colors of #02DDDD
Black with #02DDDD
Text Example
Text Example
White with #02DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDDD; }
p { color: rgb(2,221,221); }
H1.HeaderClassName
{
color: #02DDDD;
}
.AnyTagClassName
{
color: #02DDDD;
}
</style>
background-color css
<style>
a { background-color: #02DDDD; }
a { background-color: rgb(2,221,221); }
div.DivClassName
{
background-color: #02DDDD;
}
.BgClassName
{
background-color: #02DDDD;
}
</style>
border-color css
<style>
span { border-color: #02DDDD; }
span { border-color: rgb(2,221,221); }
td.TdClassName
{
border-color: #02DDDD;
}
.TagClassName
{
border-color: #02DDDD;
}
</style>