Shades of Bright Turquoise #04F4DB
Tints of Bright Turquoise #04F4DB
RGB
CMYK
RGB Variations
Color information
#04F4DB (or 0x04F4DB) is known color: Bright Turquoise. HEX triplet: 04, F4 and DB. RGB value is (4,244,219). Sum of RGB (Red+Green+Blue) = 4+244+219=467 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #04F4DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F4DB is #FB0B24. Grayscale: #A9A9A9. Windows color (decimal): -16452389 or 14414852. OLE color: 14414852.
HSL color Cylindrical-coordinate representation of color #04F4DB: hue angle of 173.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F4DB is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 244 | 219 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.04 |
| HSL | 173.75º | 0.97% | 0.49% | - |
| HSV(B) | 173.75º | 0.98% | 0.96% | - |
| XYZ | 45.19 | 69.84 | 78.12 | - |
| YUV | 169.39 | 155.99 | 10.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 244 | 219 | 0.98 | 0 | 0.10 | 0.04 | 173.75 | 0.97 | 0.49 |
| Hex | 4 | F4 | DB | 62 | 0 | A | 4 | AE | 61 | 31 |
| Octal | 4 | 364 | 333 | 142 | 0 | 12 | 4 | 256 | 141 | 61 |
| Binary | 100 | 11110100 | 11011011 | 1100010 | 0 | 1010 | 100 | 10101110 | 1100001 | 110001 |
Color Harmonies of #04F4DB
Complementary color
Monochromatic Colors of #04F4DB
Black with #04F4DB
Text Example
Text Example
White with #04F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F4DB; }
p { color: rgb(4,244,219); }
H1.HeaderClassName
{
color: #04F4DB;
}
.AnyTagClassName
{
color: #04F4DB;
}
</style>
background-color css
<style>
a { background-color: #04F4DB; }
a { background-color: rgb(4,244,219); }
div.DivClassName
{
background-color: #04F4DB;
}
.BgClassName
{
background-color: #04F4DB;
}
</style>
border-color css
<style>
span { border-color: #04F4DB; }
span { border-color: rgb(4,244,219); }
td.TdClassName
{
border-color: #04F4DB;
}
.TagClassName
{
border-color: #04F4DB;
}
</style>