Shades of Bright Turquoise #04EFDB
Tints of Bright Turquoise #04EFDB
RGB
CMYK
RGB Variations
Color information
#04EFDB (or 0x04EFDB) is known color: Bright Turquoise. HEX triplet: 04, EF and DB. RGB value is (4,239,219). Sum of RGB (Red+Green+Blue) = 4+239+219=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFDB is #FB1024. Grayscale: #A6A6A6. Windows color (decimal): -16453669 or 14413572. OLE color: 14413572.
HSL color Cylindrical-coordinate representation of color #04EFDB: hue angle of 174.89º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EFDB is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 219 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.06 |
| HSL | 174.89º | 0.97% | 0.48% | - |
| HSV(B) | 174.89º | 0.98% | 0.94% | - |
| XYZ | 43.7 | 66.87 | 77.62 | - |
| YUV | 166.46 | 157.64 | 12.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 219 | 0.98 | 0 | 0.08 | 0.06 | 174.89 | 0.97 | 0.48 |
| Hex | 4 | EF | DB | 62 | 0 | 8 | 6 | AF | 61 | 30 |
| Octal | 4 | 357 | 333 | 142 | 0 | 10 | 6 | 257 | 141 | 60 |
| Binary | 100 | 11101111 | 11011011 | 1100010 | 0 | 1000 | 110 | 10101111 | 1100001 | 110000 |
Color Harmonies of #04EFDB
Complementary color
Monochromatic Colors of #04EFDB
Black with #04EFDB
Text Example
Text Example
White with #04EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EFDB; }
p { color: rgb(4,239,219); }
H1.HeaderClassName
{
color: #04EFDB;
}
.AnyTagClassName
{
color: #04EFDB;
}
</style>
background-color css
<style>
a { background-color: #04EFDB; }
a { background-color: rgb(4,239,219); }
div.DivClassName
{
background-color: #04EFDB;
}
.BgClassName
{
background-color: #04EFDB;
}
</style>
border-color css
<style>
span { border-color: #04EFDB; }
span { border-color: rgb(4,239,219); }
td.TdClassName
{
border-color: #04EFDB;
}
.TagClassName
{
border-color: #04EFDB;
}
</style>