Shades of Bright Turquoise #04EEC5
Tints of Bright Turquoise #04EEC5
RGB
CMYK
RGB Variations
Color information
#04EEC5 (or 0x04EEC5) is known color: Bright Turquoise. HEX triplet: 04, EE and C5. RGB value is (4,238,197). Sum of RGB (Red+Green+Blue) = 4+238+197=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 238 (93.36% from 255 or 54.21% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 238 - color contains mainly: green. Hex color #04EEC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EEC5 is #FB113A. Grayscale: #A3A3A3. Windows color (decimal): -16453947 or 12971524. OLE color: 12971524.
HSL color Cylindrical-coordinate representation of color #04EEC5: hue angle of 169.49º 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 #04EEC5 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 197 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.07 |
| HSL | 169.49º | 0.97% | 0.47% | - |
| HSV(B) | 169.49º | 0.98% | 0.93% | - |
| XYZ | 40.7 | 65.21 | 63.26 | - |
| YUV | 163.36 | 146.98 | 14.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 197 | 0.98 | 0 | 0.17 | 0.07 | 169.49 | 0.97 | 0.47 |
| Hex | 4 | EE | C5 | 62 | 0 | 11 | 7 | A9 | 61 | 2F |
| Octal | 4 | 356 | 305 | 142 | 0 | 21 | 7 | 251 | 141 | 57 |
| Binary | 100 | 11101110 | 11000101 | 1100010 | 0 | 10001 | 111 | 10101001 | 1100001 | 101111 |
Color Harmonies of #04EEC5
Complementary color
Monochromatic Colors of #04EEC5
Black with #04EEC5
Text Example
Text Example
White with #04EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EEC5; }
p { color: rgb(4,238,197); }
H1.HeaderClassName
{
color: #04EEC5;
}
.AnyTagClassName
{
color: #04EEC5;
}
</style>
background-color css
<style>
a { background-color: #04EEC5; }
a { background-color: rgb(4,238,197); }
div.DivClassName
{
background-color: #04EEC5;
}
.BgClassName
{
background-color: #04EEC5;
}
</style>
border-color css
<style>
span { border-color: #04EEC5; }
span { border-color: rgb(4,238,197); }
td.TdClassName
{
border-color: #04EEC5;
}
.TagClassName
{
border-color: #04EEC5;
}
</style>