Shades of Bright Turquoise #04EACD
Tints of Bright Turquoise #04EACD
RGB
CMYK
RGB Variations
Color information
#04EACD (or 0x04EACD) is known color: Bright Turquoise. HEX triplet: 04, EA and CD. RGB value is (4,234,205). Sum of RGB (Red+Green+Blue) = 4+234+205=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #04EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EACD is #FB1532. Grayscale: #A1A1A1. Windows color (decimal): -16454963 or 13494788. OLE color: 13494788.
HSL color Cylindrical-coordinate representation of color #04EACD: hue angle of 172.43º 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 #04EACD is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 234 | 205 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.08 |
| HSL | 172.43º | 0.97% | 0.47% | - |
| HSV(B) | 172.43º | 0.98% | 0.92% | - |
| XYZ | 40.49 | 63.28 | 67.84 | - |
| YUV | 161.92 | 152.3 | 15.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 234 | 205 | 0.98 | 0 | 0.12 | 0.08 | 172.43 | 0.97 | 0.47 |
| Hex | 4 | EA | CD | 62 | 0 | C | 8 | AC | 61 | 2F |
| Octal | 4 | 352 | 315 | 142 | 0 | 14 | 10 | 254 | 141 | 57 |
| Binary | 100 | 11101010 | 11001101 | 1100010 | 0 | 1100 | 1000 | 10101100 | 1100001 | 101111 |
Color Harmonies of #04EACD
Complementary color
Monochromatic Colors of #04EACD
Black with #04EACD
Text Example
Text Example
White with #04EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EACD; }
p { color: rgb(4,234,205); }
H1.HeaderClassName
{
color: #04EACD;
}
.AnyTagClassName
{
color: #04EACD;
}
</style>
background-color css
<style>
a { background-color: #04EACD; }
a { background-color: rgb(4,234,205); }
div.DivClassName
{
background-color: #04EACD;
}
.BgClassName
{
background-color: #04EACD;
}
</style>
border-color css
<style>
span { border-color: #04EACD; }
span { border-color: rgb(4,234,205); }
td.TdClassName
{
border-color: #04EACD;
}
.TagClassName
{
border-color: #04EACD;
}
</style>