Shades of Bright Turquoise #04FCC9
Tints of Bright Turquoise #04FCC9
RGB
CMYK
RGB Variations
Color information
#04FCC9 (or 0x04FCC9) is known color: Bright Turquoise. HEX triplet: 04, FC and C9. RGB value is (4,252,201). Sum of RGB (Red+Green+Blue) = 4+252+201=457 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCC9 is #FB0336. Grayscale: #ABABAB. Windows color (decimal): -16450359 or 13237252. OLE color: 13237252.
HSL color Cylindrical-coordinate representation of color #04FCC9: hue angle of 167.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FCC9 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 201 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.01 |
| HSL | 167.66º | 0.98% | 0.5% | - |
| HSV(B) | 167.66º | 0.98% | 0.99% | - |
| XYZ | 45.4 | 73.86 | 67.12 | - |
| YUV | 172.03 | 144.34 | 8.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 201 | 0.98 | 0 | 0.20 | 0.01 | 167.66 | 0.98 | 0.5 |
| Hex | 4 | FC | C9 | 62 | 0 | 14 | 1 | A8 | 62 | 32 |
| Octal | 4 | 374 | 311 | 142 | 0 | 24 | 1 | 250 | 142 | 62 |
| Binary | 100 | 11111100 | 11001001 | 1100010 | 0 | 10100 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #04FCC9
Complementary color
Monochromatic Colors of #04FCC9
Black with #04FCC9
Text Example
Text Example
White with #04FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCC9; }
p { color: rgb(4,252,201); }
H1.HeaderClassName
{
color: #04FCC9;
}
.AnyTagClassName
{
color: #04FCC9;
}
</style>
background-color css
<style>
a { background-color: #04FCC9; }
a { background-color: rgb(4,252,201); }
div.DivClassName
{
background-color: #04FCC9;
}
.BgClassName
{
background-color: #04FCC9;
}
</style>
border-color css
<style>
span { border-color: #04FCC9; }
span { border-color: rgb(4,252,201); }
td.TdClassName
{
border-color: #04FCC9;
}
.TagClassName
{
border-color: #04FCC9;
}
</style>