Shades of Bright Turquoise #04DFDD
Tints of Bright Turquoise #04DFDD
RGB
CMYK
RGB Variations
Color information
#04DFDD (or 0x04DFDD) is known color: Bright Turquoise. HEX triplet: 04, DF and DD. RGB value is (4,223,221). Sum of RGB (Red+Green+Blue) = 4+223+221=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #04DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFDD is #FB2022. Grayscale: #9D9D9D. Windows color (decimal): -16457763 or 14540548. OLE color: 14540548.
HSL color Cylindrical-coordinate representation of color #04DFDD: hue angle of 179.45º 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 #04DFDD is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 223 | 221 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.13 |
| HSL | 179.45º | 0.96% | 0.45% | - |
| HSV(B) | 179.45º | 0.98% | 0.87% | - |
| XYZ | 39.49 | 58.02 | 77.52 | - |
| YUV | 157.29 | 163.95 | 18.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 221 | 0.98 | 0 | 0.01 | 0.13 | 179.45 | 0.96 | 0.45 |
| Hex | 4 | DF | DD | 62 | 0 | 1 | D | B3 | 60 | 2D |
| Octal | 4 | 337 | 335 | 142 | 0 | 1 | 15 | 263 | 140 | 55 |
| Binary | 100 | 11011111 | 11011101 | 1100010 | 0 | 1 | 1101 | 10110011 | 1100000 | 101101 |
Color Harmonies of #04DFDD
Complementary color
Monochromatic Colors of #04DFDD
Black with #04DFDD
Text Example
Text Example
White with #04DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFDD; }
p { color: rgb(4,223,221); }
H1.HeaderClassName
{
color: #04DFDD;
}
.AnyTagClassName
{
color: #04DFDD;
}
</style>
background-color css
<style>
a { background-color: #04DFDD; }
a { background-color: rgb(4,223,221); }
div.DivClassName
{
background-color: #04DFDD;
}
.BgClassName
{
background-color: #04DFDD;
}
</style>
border-color css
<style>
span { border-color: #04DFDD; }
span { border-color: rgb(4,223,221); }
td.TdClassName
{
border-color: #04DFDD;
}
.TagClassName
{
border-color: #04DFDD;
}
</style>