Shades of Bright Turquoise #02DBF2
Tints of Bright Turquoise #02DBF2
RGB
CMYK
RGB Variations
Color information
#02DBF2 (or 0x02DBF2) is known color: Bright Turquoise. HEX triplet: 02, DB and F2. RGB value is (2,219,242). Sum of RGB (Red+Green+Blue) = 2+219+242=463 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #02DBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DBF2 is #FD240D. Grayscale: #9C9C9C. Windows color (decimal): -16589838 or 15915778. OLE color: 15915778.
HSL color Cylindrical-coordinate representation of color #02DBF2: hue angle of 185.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBF2 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 219 | 242 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.05 |
| HSL | 185.75º | 0.98% | 0.48% | - |
| HSV(B) | 185.75º | 0.99% | 0.95% | - |
| XYZ | 41.38 | 57.09 | 92.84 | - |
| YUV | 156.74 | 176.11 | 17.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 242 | 0.99 | 0.10 | 0 | 0.05 | 185.75 | 0.98 | 0.48 |
| Hex | 2 | DB | F2 | 63 | A | 0 | 5 | BA | 62 | 30 |
| Octal | 2 | 333 | 362 | 143 | 12 | 0 | 5 | 272 | 142 | 60 |
| Binary | 10 | 11011011 | 11110010 | 1100011 | 1010 | 0 | 101 | 10111010 | 1100010 | 110000 |
Color Harmonies of #02DBF2
Complementary color
Monochromatic Colors of #02DBF2
Black with #02DBF2
Text Example
Text Example
White with #02DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBF2; }
p { color: rgb(2,219,242); }
H1.HeaderClassName
{
color: #02DBF2;
}
.AnyTagClassName
{
color: #02DBF2;
}
</style>
background-color css
<style>
a { background-color: #02DBF2; }
a { background-color: rgb(2,219,242); }
div.DivClassName
{
background-color: #02DBF2;
}
.BgClassName
{
background-color: #02DBF2;
}
</style>
border-color css
<style>
span { border-color: #02DBF2; }
span { border-color: rgb(2,219,242); }
td.TdClassName
{
border-color: #02DBF2;
}
.TagClassName
{
border-color: #02DBF2;
}
</style>