Shades of Bright Turquoise #04F9C8
Tints of Bright Turquoise #04F9C8
RGB
CMYK
RGB Variations
Color information
#04F9C8 (or 0x04F9C8) is known color: Bright Turquoise. HEX triplet: 04, F9 and C8. RGB value is (4,249,200). Sum of RGB (Red+Green+Blue) = 4+249+200=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #04F9C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F9C8 is #FB0637. Grayscale: #AAAAAA. Windows color (decimal): -16451128 or 13170948. OLE color: 13170948.
HSL color Cylindrical-coordinate representation of color #04F9C8: hue angle of 168º 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 #04F9C8 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 200 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.02 |
| HSL | 168º | 0.97% | 0.5% | - |
| HSV(B) | 168º | 0.98% | 0.98% | - |
| XYZ | 44.35 | 71.95 | 66.19 | - |
| YUV | 170.16 | 144.83 | 9.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 200 | 0.98 | 0 | 0.20 | 0.02 | 168 | 0.97 | 0.5 |
| Hex | 4 | F9 | C8 | 62 | 0 | 14 | 2 | A8 | 61 | 32 |
| Octal | 4 | 371 | 310 | 142 | 0 | 24 | 2 | 250 | 141 | 62 |
| Binary | 100 | 11111001 | 11001000 | 1100010 | 0 | 10100 | 10 | 10101000 | 1100001 | 110010 |
Color Harmonies of #04F9C8
Complementary color
Monochromatic Colors of #04F9C8
Black with #04F9C8
Text Example
Text Example
White with #04F9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F9C8; }
p { color: rgb(4,249,200); }
H1.HeaderClassName
{
color: #04F9C8;
}
.AnyTagClassName
{
color: #04F9C8;
}
</style>
background-color css
<style>
a { background-color: #04F9C8; }
a { background-color: rgb(4,249,200); }
div.DivClassName
{
background-color: #04F9C8;
}
.BgClassName
{
background-color: #04F9C8;
}
</style>
border-color css
<style>
span { border-color: #04F9C8; }
span { border-color: rgb(4,249,200); }
td.TdClassName
{
border-color: #04F9C8;
}
.TagClassName
{
border-color: #04F9C8;
}
</style>