Shades of Bright Turquoise #04FCCC
Tints of Bright Turquoise #04FCCC
RGB
CMYK
RGB Variations
Color information
#04FCCC (or 0x04FCCC) is known color: Bright Turquoise. HEX triplet: 04, FC and CC. RGB value is (4,252,204). Sum of RGB (Red+Green+Blue) = 4+252+204=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCCC is #FB0333. Grayscale: #ACACAC. Windows color (decimal): -16450356 or 13433860. OLE color: 13433860.
HSL color Cylindrical-coordinate representation of color #04FCCC: hue angle of 168.39º 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 #04FCCC is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 204 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.01 |
| HSL | 168.39º | 0.98% | 0.5% | - |
| HSV(B) | 168.39º | 0.98% | 0.99% | - |
| XYZ | 45.76 | 74.01 | 69 | - |
| YUV | 172.38 | 145.84 | 7.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 204 | 0.98 | 0 | 0.19 | 0.01 | 168.39 | 0.98 | 0.5 |
| Hex | 4 | FC | CC | 62 | 0 | 13 | 1 | A8 | 62 | 32 |
| Octal | 4 | 374 | 314 | 142 | 0 | 23 | 1 | 250 | 142 | 62 |
| Binary | 100 | 11111100 | 11001100 | 1100010 | 0 | 10011 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #04FCCC
Complementary color
Monochromatic Colors of #04FCCC
Black with #04FCCC
Text Example
Text Example
White with #04FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCCC; }
p { color: rgb(4,252,204); }
H1.HeaderClassName
{
color: #04FCCC;
}
.AnyTagClassName
{
color: #04FCCC;
}
</style>
background-color css
<style>
a { background-color: #04FCCC; }
a { background-color: rgb(4,252,204); }
div.DivClassName
{
background-color: #04FCCC;
}
.BgClassName
{
background-color: #04FCCC;
}
</style>
border-color css
<style>
span { border-color: #04FCCC; }
span { border-color: rgb(4,252,204); }
td.TdClassName
{
border-color: #04FCCC;
}
.TagClassName
{
border-color: #04FCCC;
}
</style>