Shades of Bright Turquoise #04FAC8
Tints of Bright Turquoise #04FAC8
RGB
CMYK
RGB Variations
Color information
#04FAC8 (or 0x04FAC8) is known color: Bright Turquoise. HEX triplet: 04, FA and C8. RGB value is (4,250,200). Sum of RGB (Red+Green+Blue) = 4+250+200=454 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #04FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FAC8 is #FB0537. Grayscale: #AAAAAA. Windows color (decimal): -16450872 or 13171204. OLE color: 13171204.
HSL color Cylindrical-coordinate representation of color #04FAC8: hue angle of 167.8º 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 #04FAC8 is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 200 | - |
| CMYK | 0.98 | 0 | 0.2 | 0.02 |
| HSL | 167.8º | 0.97% | 0.5% | - |
| HSV(B) | 167.8º | 0.98% | 0.98% | - |
| XYZ | 44.66 | 72.57 | 66.3 | - |
| YUV | 170.75 | 144.5 | 9.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 200 | 0.98 | 0 | 0.2 | 0.02 | 167.8 | 0.97 | 0.5 |
| Hex | 4 | FA | C8 | 62 | 0 | 14 | 2 | A8 | 61 | 32 |
| Octal | 4 | 372 | 310 | 142 | 0 | 24 | 2 | 250 | 141 | 62 |
| Binary | 100 | 11111010 | 11001000 | 1100010 | 0 | 10100 | 10 | 10101000 | 1100001 | 110010 |
Color Harmonies of #04FAC8
Complementary color
Monochromatic Colors of #04FAC8
Black with #04FAC8
Text Example
Text Example
White with #04FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FAC8; }
p { color: rgb(4,250,200); }
H1.HeaderClassName
{
color: #04FAC8;
}
.AnyTagClassName
{
color: #04FAC8;
}
</style>
background-color css
<style>
a { background-color: #04FAC8; }
a { background-color: rgb(4,250,200); }
div.DivClassName
{
background-color: #04FAC8;
}
.BgClassName
{
background-color: #04FAC8;
}
</style>
border-color css
<style>
span { border-color: #04FAC8; }
span { border-color: rgb(4,250,200); }
td.TdClassName
{
border-color: #04FAC8;
}
.TagClassName
{
border-color: #04FAC8;
}
</style>