Shades of Bright Turquoise #04F0BC
Tints of Bright Turquoise #04F0BC
RGB
CMYK
RGB Variations
Color information
#04F0BC (or 0x04F0BC) is known color: Bright Turquoise. HEX triplet: 04, F0 and BC. RGB value is (4,240,188). Sum of RGB (Red+Green+Blue) = 4+240+188=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #04F0BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F0BC is #FB0F43. Grayscale: #A3A3A3. Windows color (decimal): -16453444 or 12382212. OLE color: 12382212.
HSL color Cylindrical-coordinate representation of color #04F0BC: hue angle of 166.78º 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 #04F0BC is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 188 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.06 |
| HSL | 166.78º | 0.97% | 0.48% | - |
| HSV(B) | 166.78º | 0.98% | 0.94% | - |
| XYZ | 40.29 | 65.98 | 58.19 | - |
| YUV | 163.51 | 141.81 | 14.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 188 | 0.98 | 0 | 0.22 | 0.06 | 166.78 | 0.97 | 0.48 |
| Hex | 4 | F0 | BC | 62 | 0 | 16 | 6 | A7 | 61 | 30 |
| Octal | 4 | 360 | 274 | 142 | 0 | 26 | 6 | 247 | 141 | 60 |
| Binary | 100 | 11110000 | 10111100 | 1100010 | 0 | 10110 | 110 | 10100111 | 1100001 | 110000 |
Color Harmonies of #04F0BC
Complementary color
Monochromatic Colors of #04F0BC
Black with #04F0BC
Text Example
Text Example
White with #04F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0BC; }
p { color: rgb(4,240,188); }
H1.HeaderClassName
{
color: #04F0BC;
}
.AnyTagClassName
{
color: #04F0BC;
}
</style>
background-color css
<style>
a { background-color: #04F0BC; }
a { background-color: rgb(4,240,188); }
div.DivClassName
{
background-color: #04F0BC;
}
.BgClassName
{
background-color: #04F0BC;
}
</style>
border-color css
<style>
span { border-color: #04F0BC; }
span { border-color: rgb(4,240,188); }
td.TdClassName
{
border-color: #04F0BC;
}
.TagClassName
{
border-color: #04F0BC;
}
</style>