Shades of Bright Turquoise #04FDD9
Tints of Bright Turquoise #04FDD9
RGB
CMYK
RGB Variations
Color information
#04FDD9 (or 0x04FDD9) is known color: Bright Turquoise. HEX triplet: 04, FD and D9. RGB value is (4,253,217). Sum of RGB (Red+Green+Blue) = 4+253+217=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDD9 is #FB0226. Grayscale: #AEAEAE. Windows color (decimal): -16450087 or 14286084. OLE color: 14286084.
HSL color Cylindrical-coordinate representation of color #04FDD9: hue angle of 171.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FDD9 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 217 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.01 |
| HSL | 171.33º | 0.98% | 0.5% | - |
| HSV(B) | 171.33º | 0.98% | 0.99% | - |
| XYZ | 47.7 | 75.29 | 77.66 | - |
| YUV | 174.45 | 152.01 | 6.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 217 | 0.98 | 0 | 0.14 | 0.01 | 171.33 | 0.98 | 0.5 |
| Hex | 4 | FD | D9 | 62 | 0 | E | 1 | AB | 62 | 32 |
| Octal | 4 | 375 | 331 | 142 | 0 | 16 | 1 | 253 | 142 | 62 |
| Binary | 100 | 11111101 | 11011001 | 1100010 | 0 | 1110 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #04FDD9
Complementary color
Monochromatic Colors of #04FDD9
Black with #04FDD9
Text Example
Text Example
White with #04FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDD9; }
p { color: rgb(4,253,217); }
H1.HeaderClassName
{
color: #04FDD9;
}
.AnyTagClassName
{
color: #04FDD9;
}
</style>
background-color css
<style>
a { background-color: #04FDD9; }
a { background-color: rgb(4,253,217); }
div.DivClassName
{
background-color: #04FDD9;
}
.BgClassName
{
background-color: #04FDD9;
}
</style>
border-color css
<style>
span { border-color: #04FDD9; }
span { border-color: rgb(4,253,217); }
td.TdClassName
{
border-color: #04FDD9;
}
.TagClassName
{
border-color: #04FDD9;
}
</style>