Shades of Bright Turquoise #04F2ED
Tints of Bright Turquoise #04F2ED
RGB
CMYK
RGB Variations
Color information
#04F2ED (or 0x04F2ED) is known color: Bright Turquoise. HEX triplet: 04, F2 and ED. RGB value is (4,242,237). Sum of RGB (Red+Green+Blue) = 4+242+237=483 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F2ED is #FB0D12. Grayscale: #AAAAAA. Windows color (decimal): -16452883 or 15593988. OLE color: 15593988.
HSL color Cylindrical-coordinate representation of color #04F2ED: hue angle of 178.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2ED is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 237 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.05 |
| HSL | 178.74º | 0.97% | 0.48% | - |
| HSV(B) | 178.74º | 0.98% | 0.95% | - |
| XYZ | 47.09 | 69.64 | 91.08 | - |
| YUV | 170.27 | 165.65 | 9.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 237 | 0.98 | 0 | 0.02 | 0.05 | 178.74 | 0.97 | 0.48 |
| Hex | 4 | F2 | ED | 62 | 0 | 2 | 5 | B3 | 61 | 30 |
| Octal | 4 | 362 | 355 | 142 | 0 | 2 | 5 | 263 | 141 | 60 |
| Binary | 100 | 11110010 | 11101101 | 1100010 | 0 | 10 | 101 | 10110011 | 1100001 | 110000 |
Color Harmonies of #04F2ED
Complementary color
Monochromatic Colors of #04F2ED
Black with #04F2ED
Text Example
Text Example
White with #04F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2ED; }
p { color: rgb(4,242,237); }
H1.HeaderClassName
{
color: #04F2ED;
}
.AnyTagClassName
{
color: #04F2ED;
}
</style>
background-color css
<style>
a { background-color: #04F2ED; }
a { background-color: rgb(4,242,237); }
div.DivClassName
{
background-color: #04F2ED;
}
.BgClassName
{
background-color: #04F2ED;
}
</style>
border-color css
<style>
span { border-color: #04F2ED; }
span { border-color: rgb(4,242,237); }
td.TdClassName
{
border-color: #04F2ED;
}
.TagClassName
{
border-color: #04F2ED;
}
</style>