Shades of Bright Turquoise #04E9D3
Tints of Bright Turquoise #04E9D3
RGB
CMYK
RGB Variations
Color information
#04E9D3 (or 0x04E9D3) is known color: Bright Turquoise. HEX triplet: 04, E9 and D3. RGB value is (4,233,211). Sum of RGB (Red+Green+Blue) = 4+233+211=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #04E9D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04E9D3 is #FB162C. Grayscale: #A1A1A1. Windows color (decimal): -16455213 or 13887748. OLE color: 13887748.
HSL color Cylindrical-coordinate representation of color #04E9D3: hue angle of 174.24º 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 #04E9D3 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 233 | 211 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.09 |
| HSL | 174.24º | 0.97% | 0.46% | - |
| HSV(B) | 174.24º | 0.98% | 0.91% | - |
| XYZ | 40.95 | 63.01 | 71.63 | - |
| YUV | 162.02 | 155.63 | 15.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 233 | 211 | 0.98 | 0 | 0.09 | 0.09 | 174.24 | 0.97 | 0.46 |
| Hex | 4 | E9 | D3 | 62 | 0 | 9 | 9 | AE | 61 | 2E |
| Octal | 4 | 351 | 323 | 142 | 0 | 11 | 11 | 256 | 141 | 56 |
| Binary | 100 | 11101001 | 11010011 | 1100010 | 0 | 1001 | 1001 | 10101110 | 1100001 | 101110 |
Color Harmonies of #04E9D3
Complementary color
Monochromatic Colors of #04E9D3
Black with #04E9D3
Text Example
Text Example
White with #04E9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E9D3; }
p { color: rgb(4,233,211); }
H1.HeaderClassName
{
color: #04E9D3;
}
.AnyTagClassName
{
color: #04E9D3;
}
</style>
background-color css
<style>
a { background-color: #04E9D3; }
a { background-color: rgb(4,233,211); }
div.DivClassName
{
background-color: #04E9D3;
}
.BgClassName
{
background-color: #04E9D3;
}
</style>
border-color css
<style>
span { border-color: #04E9D3; }
span { border-color: rgb(4,233,211); }
td.TdClassName
{
border-color: #04E9D3;
}
.TagClassName
{
border-color: #04E9D3;
}
</style>