Shades of Bright Turquoise #02DCEA
Tints of Bright Turquoise #02DCEA
RGB
CMYK
RGB Variations
Color information
#02DCEA (or 0x02DCEA) is known color: Bright Turquoise. HEX triplet: 02, DC and EA. RGB value is (2,220,234). Sum of RGB (Red+Green+Blue) = 2+220+234=456 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #02DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DCEA is #FD2315. Grayscale: #9C9C9C. Windows color (decimal): -16589590 or 15391746. OLE color: 15391746.
HSL color Cylindrical-coordinate representation of color #02DCEA: hue angle of 183.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCEA is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 220 | 234 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.08 |
| HSL | 183.62º | 0.98% | 0.46% | - |
| HSV(B) | 183.62º | 0.99% | 0.92% | - |
| XYZ | 40.47 | 57.14 | 86.74 | - |
| YUV | 156.41 | 171.78 | 17.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 234 | 0.99 | 0.06 | 0 | 0.08 | 183.62 | 0.98 | 0.46 |
| Hex | 2 | DC | EA | 63 | 6 | 0 | 8 | B8 | 62 | 2E |
| Octal | 2 | 334 | 352 | 143 | 6 | 0 | 10 | 270 | 142 | 56 |
| Binary | 10 | 11011100 | 11101010 | 1100011 | 110 | 0 | 1000 | 10111000 | 1100010 | 101110 |
Color Harmonies of #02DCEA
Complementary color
Monochromatic Colors of #02DCEA
Black with #02DCEA
Text Example
Text Example
White with #02DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCEA; }
p { color: rgb(2,220,234); }
H1.HeaderClassName
{
color: #02DCEA;
}
.AnyTagClassName
{
color: #02DCEA;
}
</style>
background-color css
<style>
a { background-color: #02DCEA; }
a { background-color: rgb(2,220,234); }
div.DivClassName
{
background-color: #02DCEA;
}
.BgClassName
{
background-color: #02DCEA;
}
</style>
border-color css
<style>
span { border-color: #02DCEA; }
span { border-color: rgb(2,220,234); }
td.TdClassName
{
border-color: #02DCEA;
}
.TagClassName
{
border-color: #02DCEA;
}
</style>