Shades of Bright Turquoise #02DCEF
Tints of Bright Turquoise #02DCEF
RGB
CMYK
RGB Variations
Color information
#02DCEF (or 0x02DCEF) is known color: Bright Turquoise. HEX triplet: 02, DC and EF. RGB value is (2,220,239). Sum of RGB (Red+Green+Blue) = 2+220+239=461 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #02DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DCEF is #FD2310. Grayscale: #9C9C9C. Windows color (decimal): -16589585 or 15719426. OLE color: 15719426.
HSL color Cylindrical-coordinate representation of color #02DCEF: hue angle of 184.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCEF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 220 | 239 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.06 |
| HSL | 184.81º | 0.98% | 0.47% | - |
| HSV(B) | 184.81º | 0.99% | 0.94% | - |
| XYZ | 41.2 | 57.43 | 90.58 | - |
| YUV | 156.98 | 174.28 | 17.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 239 | 0.99 | 0.08 | 0 | 0.06 | 184.81 | 0.98 | 0.47 |
| Hex | 2 | DC | EF | 63 | 8 | 0 | 6 | B9 | 62 | 2F |
| Octal | 2 | 334 | 357 | 143 | 10 | 0 | 6 | 271 | 142 | 57 |
| Binary | 10 | 11011100 | 11101111 | 1100011 | 1000 | 0 | 110 | 10111001 | 1100010 | 101111 |
Color Harmonies of #02DCEF
Complementary color
Monochromatic Colors of #02DCEF
Black with #02DCEF
Text Example
Text Example
White with #02DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCEF; }
p { color: rgb(2,220,239); }
H1.HeaderClassName
{
color: #02DCEF;
}
.AnyTagClassName
{
color: #02DCEF;
}
</style>
background-color css
<style>
a { background-color: #02DCEF; }
a { background-color: rgb(2,220,239); }
div.DivClassName
{
background-color: #02DCEF;
}
.BgClassName
{
background-color: #02DCEF;
}
</style>
border-color css
<style>
span { border-color: #02DCEF; }
span { border-color: rgb(2,220,239); }
td.TdClassName
{
border-color: #02DCEF;
}
.TagClassName
{
border-color: #02DCEF;
}
</style>