Shades of Bright Turquoise #02DEDC
Tints of Bright Turquoise #02DEDC
RGB
CMYK
RGB Variations
Color information
#02DEDC (or 0x02DEDC) is known color: Bright Turquoise. HEX triplet: 02, DE and DC. RGB value is (2,222,220). Sum of RGB (Red+Green+Blue) = 2+222+220=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #02DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DEDC is #FD2123. Grayscale: #9B9B9B. Windows color (decimal): -16589092 or 14474754. OLE color: 14474754.
HSL color Cylindrical-coordinate representation of color #02DEDC: hue angle of 179.45º 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 #02DEDC is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 222 | 220 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.13 |
| HSL | 179.45º | 0.98% | 0.44% | - |
| HSV(B) | 179.45º | 0.99% | 0.87% | - |
| XYZ | 39.06 | 57.42 | 76.73 | - |
| YUV | 155.99 | 164.11 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 222 | 220 | 0.99 | 0 | 0.01 | 0.13 | 179.45 | 0.98 | 0.44 |
| Hex | 2 | DE | DC | 63 | 0 | 1 | D | B3 | 62 | 2C |
| Octal | 2 | 336 | 334 | 143 | 0 | 1 | 15 | 263 | 142 | 54 |
| Binary | 10 | 11011110 | 11011100 | 1100011 | 0 | 1 | 1101 | 10110011 | 1100010 | 101100 |
Color Harmonies of #02DEDC
Complementary color
Monochromatic Colors of #02DEDC
Black with #02DEDC
Text Example
Text Example
White with #02DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DEDC; }
p { color: rgb(2,222,220); }
H1.HeaderClassName
{
color: #02DEDC;
}
.AnyTagClassName
{
color: #02DEDC;
}
</style>
background-color css
<style>
a { background-color: #02DEDC; }
a { background-color: rgb(2,222,220); }
div.DivClassName
{
background-color: #02DEDC;
}
.BgClassName
{
background-color: #02DEDC;
}
</style>
border-color css
<style>
span { border-color: #02DEDC; }
span { border-color: rgb(2,222,220); }
td.TdClassName
{
border-color: #02DEDC;
}
.TagClassName
{
border-color: #02DEDC;
}
</style>