Shades of Bright Turquoise #04F2BD
Tints of Bright Turquoise #04F2BD
RGB
CMYK
RGB Variations
Color information
#04F2BD (or 0x04F2BD) is known color: Bright Turquoise. HEX triplet: 04, F2 and BD. RGB value is (4,242,189). Sum of RGB (Red+Green+Blue) = 4+242+189=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2BD is #FB0D42. Grayscale: #A4A4A4. Windows color (decimal): -16452931 or 12448260. OLE color: 12448260.
HSL color Cylindrical-coordinate representation of color #04F2BD: hue angle of 166.64º 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 #04F2BD is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 189 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.05 |
| HSL | 166.64º | 0.97% | 0.48% | - |
| HSV(B) | 166.64º | 0.98% | 0.95% | - |
| XYZ | 40.99 | 67.2 | 58.96 | - |
| YUV | 164.8 | 141.65 | 13.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 189 | 0.98 | 0 | 0.22 | 0.05 | 166.64 | 0.97 | 0.48 |
| Hex | 4 | F2 | BD | 62 | 0 | 16 | 5 | A7 | 61 | 30 |
| Octal | 4 | 362 | 275 | 142 | 0 | 26 | 5 | 247 | 141 | 60 |
| Binary | 100 | 11110010 | 10111101 | 1100010 | 0 | 10110 | 101 | 10100111 | 1100001 | 110000 |
Color Harmonies of #04F2BD
Complementary color
Monochromatic Colors of #04F2BD
Black with #04F2BD
Text Example
Text Example
White with #04F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2BD; }
p { color: rgb(4,242,189); }
H1.HeaderClassName
{
color: #04F2BD;
}
.AnyTagClassName
{
color: #04F2BD;
}
</style>
background-color css
<style>
a { background-color: #04F2BD; }
a { background-color: rgb(4,242,189); }
div.DivClassName
{
background-color: #04F2BD;
}
.BgClassName
{
background-color: #04F2BD;
}
</style>
border-color css
<style>
span { border-color: #04F2BD; }
span { border-color: rgb(4,242,189); }
td.TdClassName
{
border-color: #04F2BD;
}
.TagClassName
{
border-color: #04F2BD;
}
</style>