Shades of Bright Turquoise #04F8C8
Tints of Bright Turquoise #04F8C8
RGB
CMYK
RGB Variations
Color information
#04F8C8 (or 0x04F8C8) is known color: Bright Turquoise. HEX triplet: 04, F8 and C8. RGB value is (4,248,200). Sum of RGB (Red+Green+Blue) = 4+248+200=452 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #04F8C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F8C8 is #FB0737. Grayscale: #A9A9A9. Windows color (decimal): -16451384 or 13170692. OLE color: 13170692.
HSL color Cylindrical-coordinate representation of color #04F8C8: hue angle of 168.2º 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 #04F8C8 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 248 | 200 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.03 |
| HSL | 168.2º | 0.97% | 0.49% | - |
| HSV(B) | 168.2º | 0.98% | 0.97% | - |
| XYZ | 44.04 | 71.33 | 66.09 | - |
| YUV | 169.57 | 145.16 | 9.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 248 | 200 | 0.98 | 0 | 0.19 | 0.03 | 168.2 | 0.97 | 0.49 |
| Hex | 4 | F8 | C8 | 62 | 0 | 13 | 3 | A8 | 61 | 31 |
| Octal | 4 | 370 | 310 | 142 | 0 | 23 | 3 | 250 | 141 | 61 |
| Binary | 100 | 11111000 | 11001000 | 1100010 | 0 | 10011 | 11 | 10101000 | 1100001 | 110001 |
Color Harmonies of #04F8C8
Complementary color
Monochromatic Colors of #04F8C8
Black with #04F8C8
Text Example
Text Example
White with #04F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F8C8; }
p { color: rgb(4,248,200); }
H1.HeaderClassName
{
color: #04F8C8;
}
.AnyTagClassName
{
color: #04F8C8;
}
</style>
background-color css
<style>
a { background-color: #04F8C8; }
a { background-color: rgb(4,248,200); }
div.DivClassName
{
background-color: #04F8C8;
}
.BgClassName
{
background-color: #04F8C8;
}
</style>
border-color css
<style>
span { border-color: #04F8C8; }
span { border-color: rgb(4,248,200); }
td.TdClassName
{
border-color: #04F8C8;
}
.TagClassName
{
border-color: #04F8C8;
}
</style>