Shades of Bright Turquoise #04FDD1
Tints of Bright Turquoise #04FDD1
RGB
CMYK
RGB Variations
Color information
#04FDD1 (or 0x04FDD1) is known color: Bright Turquoise. HEX triplet: 04, FD and D1. RGB value is (4,253,209). Sum of RGB (Red+Green+Blue) = 4+253+209=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 253 (99.22% from 255 or 54.29% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDD1 is #FB022E. Grayscale: #ADADAD. Windows color (decimal): -16450095 or 13761796. OLE color: 13761796.
HSL color Cylindrical-coordinate representation of color #04FDD1: hue angle of 169.4º 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 #04FDD1 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 209 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.01 |
| HSL | 169.4º | 0.98% | 0.5% | - |
| HSV(B) | 169.4º | 0.98% | 0.99% | - |
| XYZ | 46.68 | 74.88 | 72.31 | - |
| YUV | 173.53 | 148.01 | 7.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 209 | 0.98 | 0 | 0.17 | 0.01 | 169.4 | 0.98 | 0.5 |
| Hex | 4 | FD | D1 | 62 | 0 | 11 | 1 | A9 | 62 | 32 |
| Octal | 4 | 375 | 321 | 142 | 0 | 21 | 1 | 251 | 142 | 62 |
| Binary | 100 | 11111101 | 11010001 | 1100010 | 0 | 10001 | 1 | 10101001 | 1100010 | 110010 |
Color Harmonies of #04FDD1
Complementary color
Monochromatic Colors of #04FDD1
Black with #04FDD1
Text Example
Text Example
White with #04FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDD1; }
p { color: rgb(4,253,209); }
H1.HeaderClassName
{
color: #04FDD1;
}
.AnyTagClassName
{
color: #04FDD1;
}
</style>
background-color css
<style>
a { background-color: #04FDD1; }
a { background-color: rgb(4,253,209); }
div.DivClassName
{
background-color: #04FDD1;
}
.BgClassName
{
background-color: #04FDD1;
}
</style>
border-color css
<style>
span { border-color: #04FDD1; }
span { border-color: rgb(4,253,209); }
td.TdClassName
{
border-color: #04FDD1;
}
.TagClassName
{
border-color: #04FDD1;
}
</style>