Shades of Bright Turquoise #02DBDF
Tints of Bright Turquoise #02DBDF
RGB
CMYK
RGB Variations
Color information
#02DBDF (or 0x02DBDF) is known color: Bright Turquoise. HEX triplet: 02, DB and DF. RGB value is (2,219,223). Sum of RGB (Red+Green+Blue) = 2+219+223=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #02DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBDF is #FD2420. Grayscale: #9A9A9A. Windows color (decimal): -16589857 or 14670594. OLE color: 14670594.
HSL color Cylindrical-coordinate representation of color #02DBDF: hue angle of 181.09º 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 #02DBDF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 219 | 223 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.13 |
| HSL | 181.09º | 0.98% | 0.44% | - |
| HSV(B) | 181.09º | 0.99% | 0.87% | - |
| XYZ | 38.68 | 56 | 78.58 | - |
| YUV | 154.57 | 166.61 | 19.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 223 | 0.99 | 0.02 | 0 | 0.13 | 181.09 | 0.98 | 0.44 |
| Hex | 2 | DB | DF | 63 | 2 | 0 | D | B5 | 62 | 2C |
| Octal | 2 | 333 | 337 | 143 | 2 | 0 | 15 | 265 | 142 | 54 |
| Binary | 10 | 11011011 | 11011111 | 1100011 | 10 | 0 | 1101 | 10110101 | 1100010 | 101100 |
Color Harmonies of #02DBDF
Complementary color
Monochromatic Colors of #02DBDF
Black with #02DBDF
Text Example
Text Example
White with #02DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBDF; }
p { color: rgb(2,219,223); }
H1.HeaderClassName
{
color: #02DBDF;
}
.AnyTagClassName
{
color: #02DBDF;
}
</style>
background-color css
<style>
a { background-color: #02DBDF; }
a { background-color: rgb(2,219,223); }
div.DivClassName
{
background-color: #02DBDF;
}
.BgClassName
{
background-color: #02DBDF;
}
</style>
border-color css
<style>
span { border-color: #02DBDF; }
span { border-color: rgb(2,219,223); }
td.TdClassName
{
border-color: #02DBDF;
}
.TagClassName
{
border-color: #02DBDF;
}
</style>