Shades of Bright Turquoise #04F7D6
Tints of Bright Turquoise #04F7D6
RGB
CMYK
RGB Variations
Color information
#04F7D6 (or 0x04F7D6) is known color: Bright Turquoise. HEX triplet: 04, F7 and D6. RGB value is (4,247,214). Sum of RGB (Red+Green+Blue) = 4+247+214=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #04F7D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F7D6 is #FB0829. Grayscale: #AAAAAA. Windows color (decimal): -16451626 or 14087940. OLE color: 14087940.
HSL color Cylindrical-coordinate representation of color #04F7D6: hue angle of 171.85º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F7D6 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 247 | 214 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.03 |
| HSL | 171.85º | 0.97% | 0.49% | - |
| HSV(B) | 171.85º | 0.98% | 0.97% | - |
| XYZ | 45.45 | 71.4 | 75 | - |
| YUV | 170.58 | 152.49 | 9.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 247 | 214 | 0.98 | 0 | 0.13 | 0.03 | 171.85 | 0.97 | 0.49 |
| Hex | 4 | F7 | D6 | 62 | 0 | D | 3 | AC | 61 | 31 |
| Octal | 4 | 367 | 326 | 142 | 0 | 15 | 3 | 254 | 141 | 61 |
| Binary | 100 | 11110111 | 11010110 | 1100010 | 0 | 1101 | 11 | 10101100 | 1100001 | 110001 |
Color Harmonies of #04F7D6
Complementary color
Monochromatic Colors of #04F7D6
Black with #04F7D6
Text Example
Text Example
White with #04F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F7D6; }
p { color: rgb(4,247,214); }
H1.HeaderClassName
{
color: #04F7D6;
}
.AnyTagClassName
{
color: #04F7D6;
}
</style>
background-color css
<style>
a { background-color: #04F7D6; }
a { background-color: rgb(4,247,214); }
div.DivClassName
{
background-color: #04F7D6;
}
.BgClassName
{
background-color: #04F7D6;
}
</style>
border-color css
<style>
span { border-color: #04F7D6; }
span { border-color: rgb(4,247,214); }
td.TdClassName
{
border-color: #04F7D6;
}
.TagClassName
{
border-color: #04F7D6;
}
</style>