Shades of Bright Turquoise #04FFDB
Tints of Bright Turquoise #04FFDB
RGB
CMYK
RGB Variations
Color information
#04FFDB (or 0x04FFDB) is known color: Bright Turquoise. HEX triplet: 04, FF and DB. RGB value is (4,255,219). Sum of RGB (Red+Green+Blue) = 4+255+219=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFDB is #FB0024. Grayscale: #AFAFAF. Windows color (decimal): -16449573 or 14417668. OLE color: 14417668.
HSL color Cylindrical-coordinate representation of color #04FFDB: hue angle of 171.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFDB is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 219 | - |
| CMYK | 0.98 | 0 | 0.14 | 0 |
| HSL | 171.39º | 1% | 0.51% | - |
| HSV(B) | 171.39º | 0.98% | 1% | - |
| XYZ | 48.6 | 76.66 | 79.25 | - |
| YUV | 175.85 | 152.34 | 5.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 219 | 0.98 | 0 | 0.14 | 0 | 171.39 | 1 | 0.51 |
| Hex | 4 | FF | DB | 62 | 0 | E | 0 | AB | 64 | 33 |
| Octal | 4 | 377 | 333 | 142 | 0 | 16 | 0 | 253 | 144 | 63 |
| Binary | 100 | 11111111 | 11011011 | 1100010 | 0 | 1110 | 0 | 10101011 | 1100100 | 110011 |
Color Harmonies of #04FFDB
Complementary color
Monochromatic Colors of #04FFDB
Black with #04FFDB
Text Example
Text Example
White with #04FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFDB; }
p { color: rgb(4,255,219); }
H1.HeaderClassName
{
color: #04FFDB;
}
.AnyTagClassName
{
color: #04FFDB;
}
</style>
background-color css
<style>
a { background-color: #04FFDB; }
a { background-color: rgb(4,255,219); }
div.DivClassName
{
background-color: #04FFDB;
}
.BgClassName
{
background-color: #04FFDB;
}
</style>
border-color css
<style>
span { border-color: #04FFDB; }
span { border-color: rgb(4,255,219); }
td.TdClassName
{
border-color: #04FFDB;
}
.TagClassName
{
border-color: #04FFDB;
}
</style>