Shades of Bright Turquoise #04FFD9
Tints of Bright Turquoise #04FFD9
RGB
CMYK
RGB Variations
Color information
#04FFD9 (or 0x04FFD9) is known color: Bright Turquoise. HEX triplet: 04, FF and D9. RGB value is (4,255,217). Sum of RGB (Red+Green+Blue) = 4+255+217=476 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFD9 is #FB0026. Grayscale: #AFAFAF. Windows color (decimal): -16449575 or 14286596. OLE color: 14286596.
HSL color Cylindrical-coordinate representation of color #04FFD9: hue angle of 170.92º 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 #04FFD9 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 217 | - |
| CMYK | 0.98 | 0 | 0.15 | 0 |
| HSL | 170.92º | 1% | 0.51% | - |
| HSV(B) | 170.92º | 0.98% | 1% | - |
| XYZ | 48.33 | 76.56 | 77.87 | - |
| YUV | 175.62 | 151.34 | 5.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 217 | 0.98 | 0 | 0.15 | 0 | 170.92 | 1 | 0.51 |
| Hex | 4 | FF | D9 | 62 | 0 | F | 0 | AB | 64 | 33 |
| Octal | 4 | 377 | 331 | 142 | 0 | 17 | 0 | 253 | 144 | 63 |
| Binary | 100 | 11111111 | 11011001 | 1100010 | 0 | 1111 | 0 | 10101011 | 1100100 | 110011 |
Color Harmonies of #04FFD9
Complementary color
Monochromatic Colors of #04FFD9
Black with #04FFD9
Text Example
Text Example
White with #04FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFD9; }
p { color: rgb(4,255,217); }
H1.HeaderClassName
{
color: #04FFD9;
}
.AnyTagClassName
{
color: #04FFD9;
}
</style>
background-color css
<style>
a { background-color: #04FFD9; }
a { background-color: rgb(4,255,217); }
div.DivClassName
{
background-color: #04FFD9;
}
.BgClassName
{
background-color: #04FFD9;
}
</style>
border-color css
<style>
span { border-color: #04FFD9; }
span { border-color: rgb(4,255,217); }
td.TdClassName
{
border-color: #04FFD9;
}
.TagClassName
{
border-color: #04FFD9;
}
</style>