Shades of Bright Turquoise #04DBEB
Tints of Bright Turquoise #04DBEB
RGB
CMYK
RGB Variations
Color information
#04DBEB (or 0x04DBEB) is known color: Bright Turquoise. HEX triplet: 04, DB and EB. RGB value is (4,219,235). Sum of RGB (Red+Green+Blue) = 4+219+235=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #04DBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBEB is #FB2414. Grayscale: #9C9C9C. Windows color (decimal): -16458773 or 15457028. OLE color: 15457028.
HSL color Cylindrical-coordinate representation of color #04DBEB: hue angle of 184.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBEB is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 219 | 235 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.08 |
| HSL | 184.16º | 0.97% | 0.47% | - |
| HSV(B) | 184.16º | 0.98% | 0.92% | - |
| XYZ | 40.38 | 56.69 | 87.41 | - |
| YUV | 156.54 | 172.27 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 235 | 0.98 | 0.07 | 0 | 0.08 | 184.16 | 0.97 | 0.47 |
| Hex | 4 | DB | EB | 62 | 7 | 0 | 8 | B8 | 61 | 2F |
| Octal | 4 | 333 | 353 | 142 | 7 | 0 | 10 | 270 | 141 | 57 |
| Binary | 100 | 11011011 | 11101011 | 1100010 | 111 | 0 | 1000 | 10111000 | 1100001 | 101111 |
Color Harmonies of #04DBEB
Complementary color
Monochromatic Colors of #04DBEB
Black with #04DBEB
Text Example
Text Example
White with #04DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBEB; }
p { color: rgb(4,219,235); }
H1.HeaderClassName
{
color: #04DBEB;
}
.AnyTagClassName
{
color: #04DBEB;
}
</style>
background-color css
<style>
a { background-color: #04DBEB; }
a { background-color: rgb(4,219,235); }
div.DivClassName
{
background-color: #04DBEB;
}
.BgClassName
{
background-color: #04DBEB;
}
</style>
border-color css
<style>
span { border-color: #04DBEB; }
span { border-color: rgb(4,219,235); }
td.TdClassName
{
border-color: #04DBEB;
}
.TagClassName
{
border-color: #04DBEB;
}
</style>