Shades of Bright Turquoise #04DBE8
Tints of Bright Turquoise #04DBE8
RGB
CMYK
RGB Variations
Color information
#04DBE8 (or 0x04DBE8) is known color: Bright Turquoise. HEX triplet: 04, DB and E8. RGB value is (4,219,232). Sum of RGB (Red+Green+Blue) = 4+219+232=455 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #04DBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBE8 is #FB2417. Grayscale: #9B9B9B. Windows color (decimal): -16458776 or 15260420. OLE color: 15260420.
HSL color Cylindrical-coordinate representation of color #04DBE8: hue angle of 183.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBE8 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 219 | 232 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.09 |
| HSL | 183.42º | 0.97% | 0.46% | - |
| HSV(B) | 183.42º | 0.98% | 0.91% | - |
| XYZ | 39.95 | 56.52 | 85.15 | - |
| YUV | 156.2 | 170.77 | 19.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 232 | 0.98 | 0.06 | 0 | 0.09 | 183.42 | 0.97 | 0.46 |
| Hex | 4 | DB | E8 | 62 | 6 | 0 | 9 | B7 | 61 | 2E |
| Octal | 4 | 333 | 350 | 142 | 6 | 0 | 11 | 267 | 141 | 56 |
| Binary | 100 | 11011011 | 11101000 | 1100010 | 110 | 0 | 1001 | 10110111 | 1100001 | 101110 |
Color Harmonies of #04DBE8
Complementary color
Monochromatic Colors of #04DBE8
Black with #04DBE8
Text Example
Text Example
White with #04DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBE8; }
p { color: rgb(4,219,232); }
H1.HeaderClassName
{
color: #04DBE8;
}
.AnyTagClassName
{
color: #04DBE8;
}
</style>
background-color css
<style>
a { background-color: #04DBE8; }
a { background-color: rgb(4,219,232); }
div.DivClassName
{
background-color: #04DBE8;
}
.BgClassName
{
background-color: #04DBE8;
}
</style>
border-color css
<style>
span { border-color: #04DBE8; }
span { border-color: rgb(4,219,232); }
td.TdClassName
{
border-color: #04DBE8;
}
.TagClassName
{
border-color: #04DBE8;
}
</style>