Shades of Bright Turquoise #04DFD1
Tints of Bright Turquoise #04DFD1
RGB
CMYK
RGB Variations
Color information
#04DFD1 (or 0x04DFD1) is known color: Bright Turquoise. HEX triplet: 04, DF and D1. RGB value is (4,223,209). Sum of RGB (Red+Green+Blue) = 4+223+209=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFD1 is #FB202E. Grayscale: #9B9B9B. Windows color (decimal): -16457775 or 13754116. OLE color: 13754116.
HSL color Cylindrical-coordinate representation of color #04DFD1: hue angle of 176.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFD1 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 209 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.13 |
| HSL | 176.16º | 0.96% | 0.45% | - |
| HSV(B) | 176.16º | 0.98% | 0.87% | - |
| XYZ | 37.95 | 57.4 | 69.4 | - |
| YUV | 155.92 | 157.95 | 19.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 209 | 0.98 | 0 | 0.06 | 0.13 | 176.16 | 0.96 | 0.45 |
| Hex | 4 | DF | D1 | 62 | 0 | 6 | D | B0 | 60 | 2D |
| Octal | 4 | 337 | 321 | 142 | 0 | 6 | 15 | 260 | 140 | 55 |
| Binary | 100 | 11011111 | 11010001 | 1100010 | 0 | 110 | 1101 | 10110000 | 1100000 | 101101 |
Color Harmonies of #04DFD1
Complementary color
Monochromatic Colors of #04DFD1
Black with #04DFD1
Text Example
Text Example
White with #04DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFD1; }
p { color: rgb(4,223,209); }
H1.HeaderClassName
{
color: #04DFD1;
}
.AnyTagClassName
{
color: #04DFD1;
}
</style>
background-color css
<style>
a { background-color: #04DFD1; }
a { background-color: rgb(4,223,209); }
div.DivClassName
{
background-color: #04DFD1;
}
.BgClassName
{
background-color: #04DFD1;
}
</style>
border-color css
<style>
span { border-color: #04DFD1; }
span { border-color: rgb(4,223,209); }
td.TdClassName
{
border-color: #04DFD1;
}
.TagClassName
{
border-color: #04DFD1;
}
</style>