Shades of Bright Turquoise #04F2DB
Tints of Bright Turquoise #04F2DB
RGB
CMYK
RGB Variations
Color information
#04F2DB (or 0x04F2DB) is known color: Bright Turquoise. HEX triplet: 04, F2 and DB. RGB value is (4,242,219). Sum of RGB (Red+Green+Blue) = 4+242+219=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2DB is #FB0D24. Grayscale: #A8A8A8. Windows color (decimal): -16452901 or 14414340. OLE color: 14414340.
HSL color Cylindrical-coordinate representation of color #04F2DB: hue angle of 174.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2DB is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 219 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.05 |
| HSL | 174.2º | 0.97% | 0.48% | - |
| HSV(B) | 174.2º | 0.98% | 0.95% | - |
| XYZ | 44.59 | 68.64 | 77.92 | - |
| YUV | 168.22 | 156.65 | 10.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 219 | 0.98 | 0 | 0.10 | 0.05 | 174.2 | 0.97 | 0.48 |
| Hex | 4 | F2 | DB | 62 | 0 | A | 5 | AE | 61 | 30 |
| Octal | 4 | 362 | 333 | 142 | 0 | 12 | 5 | 256 | 141 | 60 |
| Binary | 100 | 11110010 | 11011011 | 1100010 | 0 | 1010 | 101 | 10101110 | 1100001 | 110000 |
Color Harmonies of #04F2DB
Complementary color
Monochromatic Colors of #04F2DB
Black with #04F2DB
Text Example
Text Example
White with #04F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2DB; }
p { color: rgb(4,242,219); }
H1.HeaderClassName
{
color: #04F2DB;
}
.AnyTagClassName
{
color: #04F2DB;
}
</style>
background-color css
<style>
a { background-color: #04F2DB; }
a { background-color: rgb(4,242,219); }
div.DivClassName
{
background-color: #04F2DB;
}
.BgClassName
{
background-color: #04F2DB;
}
</style>
border-color css
<style>
span { border-color: #04F2DB; }
span { border-color: rgb(4,242,219); }
td.TdClassName
{
border-color: #04F2DB;
}
.TagClassName
{
border-color: #04F2DB;
}
</style>