Shades of Bright Turquoise #04DDF0
Tints of Bright Turquoise #04DDF0
RGB
CMYK
RGB Variations
Color information
#04DDF0 (or 0x04DDF0) is known color: Bright Turquoise. HEX triplet: 04, DD and F0. RGB value is (4,221,240). Sum of RGB (Red+Green+Blue) = 4+221+240=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #04DDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDF0 is #FB220F. Grayscale: #9D9D9D. Windows color (decimal): -16458256 or 15785220. OLE color: 15785220.
HSL color Cylindrical-coordinate representation of color #04DDF0: hue angle of 184.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDF0 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 221 | 240 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.06 |
| HSL | 184.83º | 0.97% | 0.48% | - |
| HSV(B) | 184.83º | 0.98% | 0.94% | - |
| XYZ | 41.63 | 58.03 | 91.44 | - |
| YUV | 158.28 | 174.11 | 17.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 240 | 0.98 | 0.08 | 0 | 0.06 | 184.83 | 0.97 | 0.48 |
| Hex | 4 | DD | F0 | 62 | 8 | 0 | 6 | B9 | 61 | 30 |
| Octal | 4 | 335 | 360 | 142 | 10 | 0 | 6 | 271 | 141 | 60 |
| Binary | 100 | 11011101 | 11110000 | 1100010 | 1000 | 0 | 110 | 10111001 | 1100001 | 110000 |
Color Harmonies of #04DDF0
Complementary color
Monochromatic Colors of #04DDF0
Black with #04DDF0
Text Example
Text Example
White with #04DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDF0; }
p { color: rgb(4,221,240); }
H1.HeaderClassName
{
color: #04DDF0;
}
.AnyTagClassName
{
color: #04DDF0;
}
</style>
background-color css
<style>
a { background-color: #04DDF0; }
a { background-color: rgb(4,221,240); }
div.DivClassName
{
background-color: #04DDF0;
}
.BgClassName
{
background-color: #04DDF0;
}
</style>
border-color css
<style>
span { border-color: #04DDF0; }
span { border-color: rgb(4,221,240); }
td.TdClassName
{
border-color: #04DDF0;
}
.TagClassName
{
border-color: #04DDF0;
}
</style>