Shades of Bright Turquoise #04F1DF
Tints of Bright Turquoise #04F1DF
RGB
CMYK
RGB Variations
Color information
#04F1DF (or 0x04F1DF) is known color: Bright Turquoise. HEX triplet: 04, F1 and DF. RGB value is (4,241,223). Sum of RGB (Red+Green+Blue) = 4+241+223=468 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #04F1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F1DF is #FB0E20. Grayscale: #A7A7A7. Windows color (decimal): -16453153 or 14676228. OLE color: 14676228.
HSL color Cylindrical-coordinate representation of color #04F1DF: hue angle of 175.44º 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 #04F1DF is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 241 | 223 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.05 |
| HSL | 175.44º | 0.97% | 0.48% | - |
| HSV(B) | 175.44º | 0.98% | 0.95% | - |
| XYZ | 44.82 | 68.26 | 80.63 | - |
| YUV | 168.09 | 158.98 | 10.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 241 | 223 | 0.98 | 0 | 0.07 | 0.05 | 175.44 | 0.97 | 0.48 |
| Hex | 4 | F1 | DF | 62 | 0 | 7 | 5 | AF | 61 | 30 |
| Octal | 4 | 361 | 337 | 142 | 0 | 7 | 5 | 257 | 141 | 60 |
| Binary | 100 | 11110001 | 11011111 | 1100010 | 0 | 111 | 101 | 10101111 | 1100001 | 110000 |
Color Harmonies of #04F1DF
Complementary color
Monochromatic Colors of #04F1DF
Black with #04F1DF
Text Example
Text Example
White with #04F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F1DF; }
p { color: rgb(4,241,223); }
H1.HeaderClassName
{
color: #04F1DF;
}
.AnyTagClassName
{
color: #04F1DF;
}
</style>
background-color css
<style>
a { background-color: #04F1DF; }
a { background-color: rgb(4,241,223); }
div.DivClassName
{
background-color: #04F1DF;
}
.BgClassName
{
background-color: #04F1DF;
}
</style>
border-color css
<style>
span { border-color: #04F1DF; }
span { border-color: rgb(4,241,223); }
td.TdClassName
{
border-color: #04F1DF;
}
.TagClassName
{
border-color: #04F1DF;
}
</style>