Shades of Bright Turquoise #04EEDA
Tints of Bright Turquoise #04EEDA
RGB
CMYK
RGB Variations
Color information
#04EEDA (or 0x04EEDA) is known color: Bright Turquoise. HEX triplet: 04, EE and DA. RGB value is (4,238,218). Sum of RGB (Red+Green+Blue) = 4+238+218=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #04EEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EEDA is #FB1125. Grayscale: #A5A5A5. Windows color (decimal): -16453926 or 14347780. OLE color: 14347780.
HSL color Cylindrical-coordinate representation of color #04EEDA: hue angle of 174.87º 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 #04EEDA is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 218 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.07 |
| HSL | 174.87º | 0.97% | 0.47% | - |
| HSV(B) | 174.87º | 0.98% | 0.93% | - |
| XYZ | 43.28 | 66.24 | 76.83 | - |
| YUV | 165.75 | 157.48 | 12.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 218 | 0.98 | 0 | 0.08 | 0.07 | 174.87 | 0.97 | 0.47 |
| Hex | 4 | EE | DA | 62 | 0 | 8 | 7 | AF | 61 | 2F |
| Octal | 4 | 356 | 332 | 142 | 0 | 10 | 7 | 257 | 141 | 57 |
| Binary | 100 | 11101110 | 11011010 | 1100010 | 0 | 1000 | 111 | 10101111 | 1100001 | 101111 |
Color Harmonies of #04EEDA
Complementary color
Monochromatic Colors of #04EEDA
Black with #04EEDA
Text Example
Text Example
White with #04EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EEDA; }
p { color: rgb(4,238,218); }
H1.HeaderClassName
{
color: #04EEDA;
}
.AnyTagClassName
{
color: #04EEDA;
}
</style>
background-color css
<style>
a { background-color: #04EEDA; }
a { background-color: rgb(4,238,218); }
div.DivClassName
{
background-color: #04EEDA;
}
.BgClassName
{
background-color: #04EEDA;
}
</style>
border-color css
<style>
span { border-color: #04EEDA; }
span { border-color: rgb(4,238,218); }
td.TdClassName
{
border-color: #04EEDA;
}
.TagClassName
{
border-color: #04EEDA;
}
</style>