Shades of Bright Turquoise #04FAC5
Tints of Bright Turquoise #04FAC5
RGB
CMYK
RGB Variations
Color information
#04FAC5 (or 0x04FAC5) is known color: Bright Turquoise. HEX triplet: 04, FA and C5. RGB value is (4,250,197). Sum of RGB (Red+Green+Blue) = 4+250+197=451 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #04FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FAC5 is #FB053A. Grayscale: #AAAAAA. Windows color (decimal): -16450875 or 12974596. OLE color: 12974596.
HSL color Cylindrical-coordinate representation of color #04FAC5: hue angle of 167.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FAC5 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 197 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.02 |
| HSL | 167.07º | 0.97% | 0.5% | - |
| HSV(B) | 167.07º | 0.98% | 0.98% | - |
| XYZ | 44.31 | 72.43 | 64.47 | - |
| YUV | 170.4 | 143 | 9.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 197 | 0.98 | 0 | 0.21 | 0.02 | 167.07 | 0.97 | 0.5 |
| Hex | 4 | FA | C5 | 62 | 0 | 15 | 2 | A7 | 61 | 32 |
| Octal | 4 | 372 | 305 | 142 | 0 | 25 | 2 | 247 | 141 | 62 |
| Binary | 100 | 11111010 | 11000101 | 1100010 | 0 | 10101 | 10 | 10100111 | 1100001 | 110010 |
Color Harmonies of #04FAC5
Complementary color
Monochromatic Colors of #04FAC5
Black with #04FAC5
Text Example
Text Example
White with #04FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FAC5; }
p { color: rgb(4,250,197); }
H1.HeaderClassName
{
color: #04FAC5;
}
.AnyTagClassName
{
color: #04FAC5;
}
</style>
background-color css
<style>
a { background-color: #04FAC5; }
a { background-color: rgb(4,250,197); }
div.DivClassName
{
background-color: #04FAC5;
}
.BgClassName
{
background-color: #04FAC5;
}
</style>
border-color css
<style>
span { border-color: #04FAC5; }
span { border-color: rgb(4,250,197); }
td.TdClassName
{
border-color: #04FAC5;
}
.TagClassName
{
border-color: #04FAC5;
}
</style>