Shades of Bright Turquoise #02FCDB
Tints of Bright Turquoise #02FCDB
RGB
CMYK
RGB Variations
Color information
#02FCDB (or 0x02FCDB) is known color: Bright Turquoise. HEX triplet: 02, FC and DB. RGB value is (2,252,219). Sum of RGB (Red+Green+Blue) = 2+252+219=473 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FCDB is #FD0324. Grayscale: #ADADAD. Windows color (decimal): -16581413 or 14416898. OLE color: 14416898.
HSL color Cylindrical-coordinate representation of color #02FCDB: hue angle of 172.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FCDB is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 2 | 252 | 219 | - |
CMYK | 0.99 | 0 | 0.13 | 0.01 |
HSL | 172.08º | 0.98% | 0.5% | - |
HSV(B) | 172.08º | 0.99% | 0.99% | - |
XYZ | 47.62 | 74.75 | 78.94 | - |
YUV | 173.49 | 153.68 | 5.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 252 | 219 | 0.99 | 0 | 0.13 | 0.01 | 172.08 | 0.98 | 0.5 |
Hex | 2 | FC | DB | 63 | 0 | D | 1 | AC | 62 | 32 |
Octal | 2 | 374 | 333 | 143 | 0 | 15 | 1 | 254 | 142 | 62 |
Binary | 10 | 11111100 | 11011011 | 1100011 | 0 | 1101 | 1 | 10101100 | 1100010 | 110010 |
Color Harmonies of #02FCDB
Complementary color
Monochromatic Colors of #02FCDB
Black with #02FCDB
Text Example
Text Example
White with #02FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCDB; }
p { color: rgb(2,252,219); }
H1.HeaderClassName
{
color: #02FCDB;
}
.AnyTagClassName
{
color: #02FCDB;
}
</style>
background-color css
<style>
a { background-color: #02FCDB; }
a { background-color: rgb(2,252,219); }
div.DivClassName
{
background-color: #02FCDB;
}
.BgClassName
{
background-color: #02FCDB;
}
</style>
border-color css
<style>
span { border-color: #02FCDB; }
span { border-color: rgb(2,252,219); }
td.TdClassName
{
border-color: #02FCDB;
}
.TagClassName
{
border-color: #02FCDB;
}
</style>