Shades of Bright Turquoise #04DDF1
Tints of Bright Turquoise #04DDF1
RGB
CMYK
RGB Variations
Color information
#04DDF1 (or 0x04DDF1) is known color: Bright Turquoise. HEX triplet: 04, DD and F1. RGB value is (4,221,241). Sum of RGB (Red+Green+Blue) = 4+221+241=466 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #04DDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDF1 is #FB220E. Grayscale: #9E9E9E. Windows color (decimal): -16458255 or 15850756. OLE color: 15850756.
HSL color Cylindrical-coordinate representation of color #04DDF1: hue angle of 185.06º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDF1 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 221 | 241 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.05 |
| HSL | 185.06º | 0.97% | 0.48% | - |
| HSV(B) | 185.06º | 0.98% | 0.95% | - |
| XYZ | 41.78 | 58.09 | 92.23 | - |
| YUV | 158.4 | 174.61 | 17.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 241 | 0.98 | 0.08 | 0 | 0.05 | 185.06 | 0.97 | 0.48 |
| Hex | 4 | DD | F1 | 62 | 8 | 0 | 5 | B9 | 61 | 30 |
| Octal | 4 | 335 | 361 | 142 | 10 | 0 | 5 | 271 | 141 | 60 |
| Binary | 100 | 11011101 | 11110001 | 1100010 | 1000 | 0 | 101 | 10111001 | 1100001 | 110000 |
Color Harmonies of #04DDF1
Complementary color
Monochromatic Colors of #04DDF1
Black with #04DDF1
Text Example
Text Example
White with #04DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDF1; }
p { color: rgb(4,221,241); }
H1.HeaderClassName
{
color: #04DDF1;
}
.AnyTagClassName
{
color: #04DDF1;
}
</style>
background-color css
<style>
a { background-color: #04DDF1; }
a { background-color: rgb(4,221,241); }
div.DivClassName
{
background-color: #04DDF1;
}
.BgClassName
{
background-color: #04DDF1;
}
</style>
border-color css
<style>
span { border-color: #04DDF1; }
span { border-color: rgb(4,221,241); }
td.TdClassName
{
border-color: #04DDF1;
}
.TagClassName
{
border-color: #04DDF1;
}
</style>