Shades of Bright Turquoise #04F2DA
Tints of Bright Turquoise #04F2DA
RGB
CMYK
RGB Variations
Color information
#04F2DA (or 0x04F2DA) is known color: Bright Turquoise. HEX triplet: 04, F2 and DA. RGB value is (4,242,218). Sum of RGB (Red+Green+Blue) = 4+242+218=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2DA is #FB0D25. Grayscale: #A7A7A7. Windows color (decimal): -16452902 or 14348804. OLE color: 14348804.
HSL color Cylindrical-coordinate representation of color #04F2DA: hue angle of 173.95º 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 #04F2DA is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 218 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.05 |
| HSL | 173.95º | 0.97% | 0.48% | - |
| HSV(B) | 173.95º | 0.98% | 0.95% | - |
| XYZ | 44.46 | 68.59 | 77.23 | - |
| YUV | 168.1 | 156.15 | 10.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 218 | 0.98 | 0 | 0.10 | 0.05 | 173.95 | 0.97 | 0.48 |
| Hex | 4 | F2 | DA | 62 | 0 | A | 5 | AE | 61 | 30 |
| Octal | 4 | 362 | 332 | 142 | 0 | 12 | 5 | 256 | 141 | 60 |
| Binary | 100 | 11110010 | 11011010 | 1100010 | 0 | 1010 | 101 | 10101110 | 1100001 | 110000 |
Color Harmonies of #04F2DA
Complementary color
Monochromatic Colors of #04F2DA
Black with #04F2DA
Text Example
Text Example
White with #04F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2DA; }
p { color: rgb(4,242,218); }
H1.HeaderClassName
{
color: #04F2DA;
}
.AnyTagClassName
{
color: #04F2DA;
}
</style>
background-color css
<style>
a { background-color: #04F2DA; }
a { background-color: rgb(4,242,218); }
div.DivClassName
{
background-color: #04F2DA;
}
.BgClassName
{
background-color: #04F2DA;
}
</style>
border-color css
<style>
span { border-color: #04F2DA; }
span { border-color: rgb(4,242,218); }
td.TdClassName
{
border-color: #04F2DA;
}
.TagClassName
{
border-color: #04F2DA;
}
</style>