Shades of Bright Turquoise #02DBDB
Tints of Bright Turquoise #02DBDB
RGB
CMYK
RGB Variations
Color information
#02DBDB (or 0x02DBDB) is known color: Bright Turquoise. HEX triplet: 02, DB and DB. RGB value is (2,219,219). Sum of RGB (Red+Green+Blue) = 2+219+219=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #02DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBDB is #FD2424. Grayscale: #999999. Windows color (decimal): -16589861 or 14408450. OLE color: 14408450.
HSL color Cylindrical-coordinate representation of color #02DBDB: hue angle of 180º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBDB is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 2 | 219 | 219 | - |
CMYK | 0.99 | 0 | 0 | 0.14 |
HSL | 180º | 0.98% | 0.43% | - |
HSV(B) | 180º | 0.99% | 0.86% | - |
XYZ | 38.14 | 55.79 | 75.78 | - |
YUV | 154.12 | 164.61 | 19.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 219 | 219 | 0.99 | 0 | 0 | 0.14 | 180 | 0.98 | 0.43 |
Hex | 2 | DB | DB | 63 | 0 | 0 | E | B4 | 62 | 2B |
Octal | 2 | 333 | 333 | 143 | 0 | 0 | 16 | 264 | 142 | 53 |
Binary | 10 | 11011011 | 11011011 | 1100011 | 0 | 0 | 1110 | 10110100 | 1100010 | 101011 |
Color Harmonies of #02DBDB
Complementary color
Monochromatic Colors of #02DBDB
Black with #02DBDB
Text Example
Text Example
White with #02DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBDB; }
p { color: rgb(2,219,219); }
H1.HeaderClassName
{
color: #02DBDB;
}
.AnyTagClassName
{
color: #02DBDB;
}
</style>
background-color css
<style>
a { background-color: #02DBDB; }
a { background-color: rgb(2,219,219); }
div.DivClassName
{
background-color: #02DBDB;
}
.BgClassName
{
background-color: #02DBDB;
}
</style>
border-color css
<style>
span { border-color: #02DBDB; }
span { border-color: rgb(2,219,219); }
td.TdClassName
{
border-color: #02DBDB;
}
.TagClassName
{
border-color: #02DBDB;
}
</style>