Shades of Bright Turquoise #04FACC
Tints of Bright Turquoise #04FACC
RGB
CMYK
RGB Variations
Color information
#04FACC (or 0x04FACC) is known color: Bright Turquoise. HEX triplet: 04, FA and CC. RGB value is (4,250,204). Sum of RGB (Red+Green+Blue) = 4+250+204=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #04FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FACC is #FB0533. Grayscale: #ABABAB. Windows color (decimal): -16450868 or 13433348. OLE color: 13433348.
HSL color Cylindrical-coordinate representation of color #04FACC: hue angle of 168.78º 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 #04FACC is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 204 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.02 |
| HSL | 168.78º | 0.97% | 0.5% | - |
| HSV(B) | 168.78º | 0.98% | 0.98% | - |
| XYZ | 45.13 | 72.76 | 68.79 | - |
| YUV | 171.2 | 146.5 | 8.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 204 | 0.98 | 0 | 0.18 | 0.02 | 168.78 | 0.97 | 0.5 |
| Hex | 4 | FA | CC | 62 | 0 | 12 | 2 | A9 | 61 | 32 |
| Octal | 4 | 372 | 314 | 142 | 0 | 22 | 2 | 251 | 141 | 62 |
| Binary | 100 | 11111010 | 11001100 | 1100010 | 0 | 10010 | 10 | 10101001 | 1100001 | 110010 |
Color Harmonies of #04FACC
Complementary color
Monochromatic Colors of #04FACC
Black with #04FACC
Text Example
Text Example
White with #04FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FACC; }
p { color: rgb(4,250,204); }
H1.HeaderClassName
{
color: #04FACC;
}
.AnyTagClassName
{
color: #04FACC;
}
</style>
background-color css
<style>
a { background-color: #04FACC; }
a { background-color: rgb(4,250,204); }
div.DivClassName
{
background-color: #04FACC;
}
.BgClassName
{
background-color: #04FACC;
}
</style>
border-color css
<style>
span { border-color: #04FACC; }
span { border-color: rgb(4,250,204); }
td.TdClassName
{
border-color: #04FACC;
}
.TagClassName
{
border-color: #04FACC;
}
</style>