Shades of Bright Turquoise #04DBE2
Tints of Bright Turquoise #04DBE2
RGB
CMYK
RGB Variations
Color information
#04DBE2 (or 0x04DBE2) is known color: Bright Turquoise. HEX triplet: 04, DB and E2. RGB value is (4,219,226). Sum of RGB (Red+Green+Blue) = 4+219+226=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #04DBE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DBE2 is #FB241D. Grayscale: #9B9B9B. Windows color (decimal): -16458782 or 14867204. OLE color: 14867204.
HSL color Cylindrical-coordinate representation of color #04DBE2: hue angle of 181.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBE2 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 219 | 226 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.11 |
| HSL | 181.89º | 0.97% | 0.45% | - |
| HSV(B) | 181.89º | 0.98% | 0.89% | - |
| XYZ | 39.11 | 56.18 | 80.73 | - |
| YUV | 155.51 | 167.77 | 19.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 226 | 0.98 | 0.03 | 0 | 0.11 | 181.89 | 0.97 | 0.45 |
| Hex | 4 | DB | E2 | 62 | 3 | 0 | B | B6 | 61 | 2D |
| Octal | 4 | 333 | 342 | 142 | 3 | 0 | 13 | 266 | 141 | 55 |
| Binary | 100 | 11011011 | 11100010 | 1100010 | 11 | 0 | 1011 | 10110110 | 1100001 | 101101 |
Color Harmonies of #04DBE2
Complementary color
Monochromatic Colors of #04DBE2
Black with #04DBE2
Text Example
Text Example
White with #04DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBE2; }
p { color: rgb(4,219,226); }
H1.HeaderClassName
{
color: #04DBE2;
}
.AnyTagClassName
{
color: #04DBE2;
}
</style>
background-color css
<style>
a { background-color: #04DBE2; }
a { background-color: rgb(4,219,226); }
div.DivClassName
{
background-color: #04DBE2;
}
.BgClassName
{
background-color: #04DBE2;
}
</style>
border-color css
<style>
span { border-color: #04DBE2; }
span { border-color: rgb(4,219,226); }
td.TdClassName
{
border-color: #04DBE2;
}
.TagClassName
{
border-color: #04DBE2;
}
</style>