Shades of Bright Turquoise #04ECDB
Tints of Bright Turquoise #04ECDB
RGB
CMYK
RGB Variations
Color information
#04ECDB (or 0x04ECDB) is known color: Bright Turquoise. HEX triplet: 04, EC and DB. RGB value is (4,236,219). Sum of RGB (Red+Green+Blue) = 4+236+219=459 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECDB is #FB1324. Grayscale: #A4A4A4. Windows color (decimal): -16454437 or 14412804. OLE color: 14412804.
HSL color Cylindrical-coordinate representation of color #04ECDB: hue angle of 175.6º 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 #04ECDB is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 219 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.07 |
| HSL | 175.6º | 0.97% | 0.47% | - |
| HSV(B) | 175.6º | 0.98% | 0.93% | - |
| XYZ | 42.83 | 65.13 | 77.33 | - |
| YUV | 164.69 | 158.64 | 13.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 219 | 0.98 | 0 | 0.07 | 0.07 | 175.6 | 0.97 | 0.47 |
| Hex | 4 | EC | DB | 62 | 0 | 7 | 7 | B0 | 61 | 2F |
| Octal | 4 | 354 | 333 | 142 | 0 | 7 | 7 | 260 | 141 | 57 |
| Binary | 100 | 11101100 | 11011011 | 1100010 | 0 | 111 | 111 | 10110000 | 1100001 | 101111 |
Color Harmonies of #04ECDB
Complementary color
Monochromatic Colors of #04ECDB
Black with #04ECDB
Text Example
Text Example
White with #04ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECDB; }
p { color: rgb(4,236,219); }
H1.HeaderClassName
{
color: #04ECDB;
}
.AnyTagClassName
{
color: #04ECDB;
}
</style>
background-color css
<style>
a { background-color: #04ECDB; }
a { background-color: rgb(4,236,219); }
div.DivClassName
{
background-color: #04ECDB;
}
.BgClassName
{
background-color: #04ECDB;
}
</style>
border-color css
<style>
span { border-color: #04ECDB; }
span { border-color: rgb(4,236,219); }
td.TdClassName
{
border-color: #04ECDB;
}
.TagClassName
{
border-color: #04ECDB;
}
</style>