Shades of Bright Turquoise #04E7D3
Tints of Bright Turquoise #04E7D3
RGB
CMYK
RGB Variations
Color information
#04E7D3 (or 0x04E7D3) is known color: Bright Turquoise. HEX triplet: 04, E7 and D3. RGB value is (4,231,211). Sum of RGB (Red+Green+Blue) = 4+231+211=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #04E7D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04E7D3 is #FB182C. Grayscale: #A0A0A0. Windows color (decimal): -16455725 or 13887236. OLE color: 13887236.
HSL color Cylindrical-coordinate representation of color #04E7D3: hue angle of 174.71º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E7D3 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 231 | 211 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.09 |
| HSL | 174.71º | 0.97% | 0.46% | - |
| HSV(B) | 174.71º | 0.98% | 0.91% | - |
| XYZ | 40.38 | 61.88 | 71.44 | - |
| YUV | 160.85 | 156.29 | 16.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 231 | 211 | 0.98 | 0 | 0.09 | 0.09 | 174.71 | 0.97 | 0.46 |
| Hex | 4 | E7 | D3 | 62 | 0 | 9 | 9 | AF | 61 | 2E |
| Octal | 4 | 347 | 323 | 142 | 0 | 11 | 11 | 257 | 141 | 56 |
| Binary | 100 | 11100111 | 11010011 | 1100010 | 0 | 1001 | 1001 | 10101111 | 1100001 | 101110 |
Color Harmonies of #04E7D3
Complementary color
Monochromatic Colors of #04E7D3
Black with #04E7D3
Text Example
Text Example
White with #04E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E7D3; }
p { color: rgb(4,231,211); }
H1.HeaderClassName
{
color: #04E7D3;
}
.AnyTagClassName
{
color: #04E7D3;
}
</style>
background-color css
<style>
a { background-color: #04E7D3; }
a { background-color: rgb(4,231,211); }
div.DivClassName
{
background-color: #04E7D3;
}
.BgClassName
{
background-color: #04E7D3;
}
</style>
border-color css
<style>
span { border-color: #04E7D3; }
span { border-color: rgb(4,231,211); }
td.TdClassName
{
border-color: #04E7D3;
}
.TagClassName
{
border-color: #04E7D3;
}
</style>