Shades of Bright Turquoise #04EBBE
Tints of Bright Turquoise #04EBBE
RGB
CMYK
RGB Variations
Color information
#04EBBE (or 0x04EBBE) is known color: Bright Turquoise. HEX triplet: 04, EB and BE. RGB value is (4,235,190). Sum of RGB (Red+Green+Blue) = 4+235+190=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 235 (92.19% from 255 or 54.78% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 235 - color contains mainly: green. Hex color #04EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EBBE is #FB1441. Grayscale: #A0A0A0. Windows color (decimal): -16454722 or 12512004. OLE color: 12512004.
HSL color Cylindrical-coordinate representation of color #04EBBE: hue angle of 168.31º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EBBE is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 235 | 190 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.08 |
| HSL | 168.31º | 0.97% | 0.47% | - |
| HSV(B) | 168.31º | 0.98% | 0.92% | - |
| XYZ | 39.05 | 63.16 | 58.85 | - |
| YUV | 160.8 | 144.47 | 16.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 235 | 190 | 0.98 | 0 | 0.19 | 0.08 | 168.31 | 0.97 | 0.47 |
| Hex | 4 | EB | BE | 62 | 0 | 13 | 8 | A8 | 61 | 2F |
| Octal | 4 | 353 | 276 | 142 | 0 | 23 | 10 | 250 | 141 | 57 |
| Binary | 100 | 11101011 | 10111110 | 1100010 | 0 | 10011 | 1000 | 10101000 | 1100001 | 101111 |
Color Harmonies of #04EBBE
Complementary color
Monochromatic Colors of #04EBBE
Black with #04EBBE
Text Example
Text Example
White with #04EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EBBE; }
p { color: rgb(4,235,190); }
H1.HeaderClassName
{
color: #04EBBE;
}
.AnyTagClassName
{
color: #04EBBE;
}
</style>
background-color css
<style>
a { background-color: #04EBBE; }
a { background-color: rgb(4,235,190); }
div.DivClassName
{
background-color: #04EBBE;
}
.BgClassName
{
background-color: #04EBBE;
}
</style>
border-color css
<style>
span { border-color: #04EBBE; }
span { border-color: rgb(4,235,190); }
td.TdClassName
{
border-color: #04EBBE;
}
.TagClassName
{
border-color: #04EBBE;
}
</style>