Shades of Bright Turquoise #04E9C5
Tints of Bright Turquoise #04E9C5
RGB
CMYK
RGB Variations
Color information
#04E9C5 (or 0x04E9C5) is known color: Bright Turquoise. HEX triplet: 04, E9 and C5. RGB value is (4,233,197). Sum of RGB (Red+Green+Blue) = 4+233+197=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #04E9C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04E9C5 is #FB163A. Grayscale: #A0A0A0. Windows color (decimal): -16455227 or 12970244. OLE color: 12970244.
HSL color Cylindrical-coordinate representation of color #04E9C5: hue angle of 170.57º 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 #04E9C5 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 233 | 197 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.09 |
| HSL | 170.57º | 0.97% | 0.46% | - |
| HSV(B) | 170.57º | 0.98% | 0.91% | - |
| XYZ | 39.27 | 62.33 | 62.79 | - |
| YUV | 160.43 | 148.63 | 16.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 233 | 197 | 0.98 | 0 | 0.15 | 0.09 | 170.57 | 0.97 | 0.46 |
| Hex | 4 | E9 | C5 | 62 | 0 | F | 9 | AB | 61 | 2E |
| Octal | 4 | 351 | 305 | 142 | 0 | 17 | 11 | 253 | 141 | 56 |
| Binary | 100 | 11101001 | 11000101 | 1100010 | 0 | 1111 | 1001 | 10101011 | 1100001 | 101110 |
Color Harmonies of #04E9C5
Complementary color
Monochromatic Colors of #04E9C5
Black with #04E9C5
Text Example
Text Example
White with #04E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E9C5; }
p { color: rgb(4,233,197); }
H1.HeaderClassName
{
color: #04E9C5;
}
.AnyTagClassName
{
color: #04E9C5;
}
</style>
background-color css
<style>
a { background-color: #04E9C5; }
a { background-color: rgb(4,233,197); }
div.DivClassName
{
background-color: #04E9C5;
}
.BgClassName
{
background-color: #04E9C5;
}
</style>
border-color css
<style>
span { border-color: #04E9C5; }
span { border-color: rgb(4,233,197); }
td.TdClassName
{
border-color: #04E9C5;
}
.TagClassName
{
border-color: #04E9C5;
}
</style>