Shades of Bright Turquoise #04F0BE
Tints of Bright Turquoise #04F0BE
RGB
CMYK
RGB Variations
Color information
#04F0BE (or 0x04F0BE) is known color: Bright Turquoise. HEX triplet: 04, F0 and BE. RGB value is (4,240,190). Sum of RGB (Red+Green+Blue) = 4+240+190=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #04F0BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F0BE is #FB0F41. Grayscale: #A3A3A3. Windows color (decimal): -16453442 or 12513284. OLE color: 12513284.
HSL color Cylindrical-coordinate representation of color #04F0BE: hue angle of 167.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F0BE is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 190 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.06 |
| HSL | 167.29º | 0.97% | 0.48% | - |
| HSV(B) | 167.29º | 0.98% | 0.94% | - |
| XYZ | 40.5 | 66.06 | 59.33 | - |
| YUV | 163.74 | 142.81 | 14.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 190 | 0.98 | 0 | 0.21 | 0.06 | 167.29 | 0.97 | 0.48 |
| Hex | 4 | F0 | BE | 62 | 0 | 15 | 6 | A7 | 61 | 30 |
| Octal | 4 | 360 | 276 | 142 | 0 | 25 | 6 | 247 | 141 | 60 |
| Binary | 100 | 11110000 | 10111110 | 1100010 | 0 | 10101 | 110 | 10100111 | 1100001 | 110000 |
Color Harmonies of #04F0BE
Complementary color
Monochromatic Colors of #04F0BE
Black with #04F0BE
Text Example
Text Example
White with #04F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0BE; }
p { color: rgb(4,240,190); }
H1.HeaderClassName
{
color: #04F0BE;
}
.AnyTagClassName
{
color: #04F0BE;
}
</style>
background-color css
<style>
a { background-color: #04F0BE; }
a { background-color: rgb(4,240,190); }
div.DivClassName
{
background-color: #04F0BE;
}
.BgClassName
{
background-color: #04F0BE;
}
</style>
border-color css
<style>
span { border-color: #04F0BE; }
span { border-color: rgb(4,240,190); }
td.TdClassName
{
border-color: #04F0BE;
}
.TagClassName
{
border-color: #04F0BE;
}
</style>