Shades of Bright Turquoise #04F1DB
Tints of Bright Turquoise #04F1DB
RGB
CMYK
RGB Variations
Color information
#04F1DB (or 0x04F1DB) is known color: Bright Turquoise. HEX triplet: 04, F1 and DB. RGB value is (4,241,219). Sum of RGB (Red+Green+Blue) = 4+241+219=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #04F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F1DB is #FB0E24. Grayscale: #A7A7A7. Windows color (decimal): -16453157 or 14414084. OLE color: 14414084.
HSL color Cylindrical-coordinate representation of color #04F1DB: hue angle of 174.43º 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 #04F1DB is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 241 | 219 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.05 |
| HSL | 174.43º | 0.97% | 0.48% | - |
| HSV(B) | 174.43º | 0.98% | 0.95% | - |
| XYZ | 44.29 | 68.05 | 77.82 | - |
| YUV | 167.63 | 156.98 | 11.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 241 | 219 | 0.98 | 0 | 0.09 | 0.05 | 174.43 | 0.97 | 0.48 |
| Hex | 4 | F1 | DB | 62 | 0 | 9 | 5 | AE | 61 | 30 |
| Octal | 4 | 361 | 333 | 142 | 0 | 11 | 5 | 256 | 141 | 60 |
| Binary | 100 | 11110001 | 11011011 | 1100010 | 0 | 1001 | 101 | 10101110 | 1100001 | 110000 |
Color Harmonies of #04F1DB
Complementary color
Monochromatic Colors of #04F1DB
Black with #04F1DB
Text Example
Text Example
White with #04F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F1DB; }
p { color: rgb(4,241,219); }
H1.HeaderClassName
{
color: #04F1DB;
}
.AnyTagClassName
{
color: #04F1DB;
}
</style>
background-color css
<style>
a { background-color: #04F1DB; }
a { background-color: rgb(4,241,219); }
div.DivClassName
{
background-color: #04F1DB;
}
.BgClassName
{
background-color: #04F1DB;
}
</style>
border-color css
<style>
span { border-color: #04F1DB; }
span { border-color: rgb(4,241,219); }
td.TdClassName
{
border-color: #04F1DB;
}
.TagClassName
{
border-color: #04F1DB;
}
</style>