Shades of Bright Turquoise #04F4C2
Tints of Bright Turquoise #04F4C2
RGB
CMYK
RGB Variations
Color information
#04F4C2 (or 0x04F4C2) is known color: Bright Turquoise. HEX triplet: 04, F4 and C2. RGB value is (4,244,194). Sum of RGB (Red+Green+Blue) = 4+244+194=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #04F4C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F4C2 is #FB0B3D. Grayscale: #A6A6A6. Windows color (decimal): -16452414 or 12776452. OLE color: 12776452.
HSL color Cylindrical-coordinate representation of color #04F4C2: hue angle of 167.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F4C2 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 244 | 194 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.04 |
| HSL | 167.5º | 0.97% | 0.49% | - |
| HSV(B) | 167.5º | 0.98% | 0.96% | - |
| XYZ | 42.14 | 68.62 | 62.06 | - |
| YUV | 166.54 | 143.49 | 12.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 244 | 194 | 0.98 | 0 | 0.20 | 0.04 | 167.5 | 0.97 | 0.49 |
| Hex | 4 | F4 | C2 | 62 | 0 | 14 | 4 | A8 | 61 | 31 |
| Octal | 4 | 364 | 302 | 142 | 0 | 24 | 4 | 250 | 141 | 61 |
| Binary | 100 | 11110100 | 11000010 | 1100010 | 0 | 10100 | 100 | 10101000 | 1100001 | 110001 |
Color Harmonies of #04F4C2
Complementary color
Monochromatic Colors of #04F4C2
Black with #04F4C2
Text Example
Text Example
White with #04F4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F4C2; }
p { color: rgb(4,244,194); }
H1.HeaderClassName
{
color: #04F4C2;
}
.AnyTagClassName
{
color: #04F4C2;
}
</style>
background-color css
<style>
a { background-color: #04F4C2; }
a { background-color: rgb(4,244,194); }
div.DivClassName
{
background-color: #04F4C2;
}
.BgClassName
{
background-color: #04F4C2;
}
</style>
border-color css
<style>
span { border-color: #04F4C2; }
span { border-color: rgb(4,244,194); }
td.TdClassName
{
border-color: #04F4C2;
}
.TagClassName
{
border-color: #04F4C2;
}
</style>