Shades of Bright Turquoise #02DCD8
Tints of Bright Turquoise #02DCD8
RGB
CMYK
RGB Variations
Color information
#02DCD8 (or 0x02DCD8) is known color: Bright Turquoise. HEX triplet: 02, DC and D8. RGB value is (2,220,216). Sum of RGB (Red+Green+Blue) = 2+220+216=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCD8 is #FD2327. Grayscale: #9A9A9A. Windows color (decimal): -16589608 or 14212098. OLE color: 14212098.
HSL color Cylindrical-coordinate representation of color #02DCD8: hue angle of 178.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCD8 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 216 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.14 |
| HSL | 178.9º | 0.98% | 0.44% | - |
| HSV(B) | 178.9º | 0.99% | 0.86% | - |
| XYZ | 38.01 | 56.16 | 73.8 | - |
| YUV | 154.36 | 162.78 | 19.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 216 | 0.99 | 0 | 0.02 | 0.14 | 178.9 | 0.98 | 0.44 |
| Hex | 2 | DC | D8 | 63 | 0 | 2 | E | B3 | 62 | 2C |
| Octal | 2 | 334 | 330 | 143 | 0 | 2 | 16 | 263 | 142 | 54 |
| Binary | 10 | 11011100 | 11011000 | 1100011 | 0 | 10 | 1110 | 10110011 | 1100010 | 101100 |
Color Harmonies of #02DCD8
Complementary color
Monochromatic Colors of #02DCD8
Black with #02DCD8
Text Example
Text Example
White with #02DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCD8; }
p { color: rgb(2,220,216); }
H1.HeaderClassName
{
color: #02DCD8;
}
.AnyTagClassName
{
color: #02DCD8;
}
</style>
background-color css
<style>
a { background-color: #02DCD8; }
a { background-color: rgb(2,220,216); }
div.DivClassName
{
background-color: #02DCD8;
}
.BgClassName
{
background-color: #02DCD8;
}
</style>
border-color css
<style>
span { border-color: #02DCD8; }
span { border-color: rgb(2,220,216); }
td.TdClassName
{
border-color: #02DCD8;
}
.TagClassName
{
border-color: #02DCD8;
}
</style>