Shades of Bright Turquoise #04FFD1
Tints of Bright Turquoise #04FFD1
RGB
CMYK
RGB Variations
Color information
#04FFD1 (or 0x04FFD1) is known color: Bright Turquoise. HEX triplet: 04, FF and D1. RGB value is (4,255,209). Sum of RGB (Red+Green+Blue) = 4+255+209=468 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFD1 is #FB002E. Grayscale: #AEAEAE. Windows color (decimal): -16449583 or 13762308. OLE color: 13762308.
HSL color Cylindrical-coordinate representation of color #04FFD1: hue angle of 169º 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 #04FFD1 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 209 | - |
| CMYK | 0.98 | 0 | 0.18 | 0 |
| HSL | 169º | 1% | 0.51% | - |
| HSV(B) | 169º | 0.98% | 1% | - |
| XYZ | 47.32 | 76.15 | 72.53 | - |
| YUV | 174.71 | 147.34 | 6.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 209 | 0.98 | 0 | 0.18 | 0 | 169 | 1 | 0.51 |
| Hex | 4 | FF | D1 | 62 | 0 | 12 | 0 | A9 | 64 | 33 |
| Octal | 4 | 377 | 321 | 142 | 0 | 22 | 0 | 251 | 144 | 63 |
| Binary | 100 | 11111111 | 11010001 | 1100010 | 0 | 10010 | 0 | 10101001 | 1100100 | 110011 |
Color Harmonies of #04FFD1
Complementary color
Monochromatic Colors of #04FFD1
Black with #04FFD1
Text Example
Text Example
White with #04FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFD1; }
p { color: rgb(4,255,209); }
H1.HeaderClassName
{
color: #04FFD1;
}
.AnyTagClassName
{
color: #04FFD1;
}
</style>
background-color css
<style>
a { background-color: #04FFD1; }
a { background-color: rgb(4,255,209); }
div.DivClassName
{
background-color: #04FFD1;
}
.BgClassName
{
background-color: #04FFD1;
}
</style>
border-color css
<style>
span { border-color: #04FFD1; }
span { border-color: rgb(4,255,209); }
td.TdClassName
{
border-color: #04FFD1;
}
.TagClassName
{
border-color: #04FFD1;
}
</style>