Shades of Bright Turquoise #04EBED
Tints of Bright Turquoise #04EBED
RGB
CMYK
RGB Variations
Color information
#04EBED (or 0x04EBED) is known color: Bright Turquoise. HEX triplet: 04, EB and ED. RGB value is (4,235,237). Sum of RGB (Red+Green+Blue) = 4+235+237=476 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #04EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EBED is #FB1412. Grayscale: #A5A5A5. Windows color (decimal): -16454675 or 15592196. OLE color: 15592196.
HSL color Cylindrical-coordinate representation of color #04EBED: hue angle of 180.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EBED is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 235 | 237 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.07 |
| HSL | 180.52º | 0.97% | 0.47% | - |
| HSV(B) | 180.52º | 0.98% | 0.93% | - |
| XYZ | 45.04 | 65.56 | 90.4 | - |
| YUV | 166.16 | 167.97 | 12.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 235 | 237 | 0.98 | 0.01 | 0 | 0.07 | 180.52 | 0.97 | 0.47 |
| Hex | 4 | EB | ED | 62 | 1 | 0 | 7 | B5 | 61 | 2F |
| Octal | 4 | 353 | 355 | 142 | 1 | 0 | 7 | 265 | 141 | 57 |
| Binary | 100 | 11101011 | 11101101 | 1100010 | 1 | 0 | 111 | 10110101 | 1100001 | 101111 |
Color Harmonies of #04EBED
Complementary color
Monochromatic Colors of #04EBED
Black with #04EBED
Text Example
Text Example
White with #04EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EBED; }
p { color: rgb(4,235,237); }
H1.HeaderClassName
{
color: #04EBED;
}
.AnyTagClassName
{
color: #04EBED;
}
</style>
background-color css
<style>
a { background-color: #04EBED; }
a { background-color: rgb(4,235,237); }
div.DivClassName
{
background-color: #04EBED;
}
.BgClassName
{
background-color: #04EBED;
}
</style>
border-color css
<style>
span { border-color: #04EBED; }
span { border-color: rgb(4,235,237); }
td.TdClassName
{
border-color: #04EBED;
}
.TagClassName
{
border-color: #04EBED;
}
</style>