Shades of Bright Turquoise #02DBEC
Tints of Bright Turquoise #02DBEC
RGB
CMYK
RGB Variations
Color information
#02DBEC (or 0x02DBEC) is known color: Bright Turquoise. HEX triplet: 02, DB and EC. RGB value is (2,219,236). Sum of RGB (Red+Green+Blue) = 2+219+236=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #02DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DBEC is #FD2413. Grayscale: #9B9B9B. Windows color (decimal): -16589844 or 15522562. OLE color: 15522562.
HSL color Cylindrical-coordinate representation of color #02DBEC: hue angle of 184.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBEC is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 2 | 219 | 236 | - |
CMYK | 0.99 | 0.07 | 0 | 0.07 |
HSL | 184.36º | 0.98% | 0.47% | - |
HSV(B) | 184.36º | 0.99% | 0.93% | - |
XYZ | 40.5 | 56.73 | 88.17 | - |
YUV | 156.06 | 173.11 | 18.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 219 | 236 | 0.99 | 0.07 | 0 | 0.07 | 184.36 | 0.98 | 0.47 |
Hex | 2 | DB | EC | 63 | 7 | 0 | 7 | B8 | 62 | 2F |
Octal | 2 | 333 | 354 | 143 | 7 | 0 | 7 | 270 | 142 | 57 |
Binary | 10 | 11011011 | 11101100 | 1100011 | 111 | 0 | 111 | 10111000 | 1100010 | 101111 |
Color Harmonies of #02DBEC
Complementary color
Monochromatic Colors of #02DBEC
Black with #02DBEC
Text Example
Text Example
White with #02DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBEC; }
p { color: rgb(2,219,236); }
H1.HeaderClassName
{
color: #02DBEC;
}
.AnyTagClassName
{
color: #02DBEC;
}
</style>
background-color css
<style>
a { background-color: #02DBEC; }
a { background-color: rgb(2,219,236); }
div.DivClassName
{
background-color: #02DBEC;
}
.BgClassName
{
background-color: #02DBEC;
}
</style>
border-color css
<style>
span { border-color: #02DBEC; }
span { border-color: rgb(2,219,236); }
td.TdClassName
{
border-color: #02DBEC;
}
.TagClassName
{
border-color: #02DBEC;
}
</style>