Shades of Bright Turquoise #04EEDB
Tints of Bright Turquoise #04EEDB
RGB
CMYK
RGB Variations
Color information
#04EEDB (or 0x04EEDB) is known color: Bright Turquoise. HEX triplet: 04, EE and DB. RGB value is (4,238,219). Sum of RGB (Red+Green+Blue) = 4+238+219=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #04EEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EEDB is #FB1124. Grayscale: #A5A5A5. Windows color (decimal): -16453925 or 14413316. OLE color: 14413316.
HSL color Cylindrical-coordinate representation of color #04EEDB: hue angle of 175.13º 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 #04EEDB is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 219 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.07 |
| HSL | 175.13º | 0.97% | 0.47% | - |
| HSV(B) | 175.13º | 0.98% | 0.93% | - |
| XYZ | 43.41 | 66.29 | 77.52 | - |
| YUV | 165.87 | 157.98 | 12.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 219 | 0.98 | 0 | 0.08 | 0.07 | 175.13 | 0.97 | 0.47 |
| Hex | 4 | EE | DB | 62 | 0 | 8 | 7 | AF | 61 | 2F |
| Octal | 4 | 356 | 333 | 142 | 0 | 10 | 7 | 257 | 141 | 57 |
| Binary | 100 | 11101110 | 11011011 | 1100010 | 0 | 1000 | 111 | 10101111 | 1100001 | 101111 |
Color Harmonies of #04EEDB
Complementary color
Monochromatic Colors of #04EEDB
Black with #04EEDB
Text Example
Text Example
White with #04EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EEDB; }
p { color: rgb(4,238,219); }
H1.HeaderClassName
{
color: #04EEDB;
}
.AnyTagClassName
{
color: #04EEDB;
}
</style>
background-color css
<style>
a { background-color: #04EEDB; }
a { background-color: rgb(4,238,219); }
div.DivClassName
{
background-color: #04EEDB;
}
.BgClassName
{
background-color: #04EEDB;
}
</style>
border-color css
<style>
span { border-color: #04EEDB; }
span { border-color: rgb(4,238,219); }
td.TdClassName
{
border-color: #04EEDB;
}
.TagClassName
{
border-color: #04EEDB;
}
</style>