Shades of Bright Turquoise #04DBEE
Tints of Bright Turquoise #04DBEE
RGB
CMYK
RGB Variations
Color information
#04DBEE (or 0x04DBEE) is known color: Bright Turquoise. HEX triplet: 04, DB and EE. RGB value is (4,219,238). Sum of RGB (Red+Green+Blue) = 4+219+238=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #04DBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBEE is #FB2411. Grayscale: #9C9C9C. Windows color (decimal): -16458770 or 15653636. OLE color: 15653636.
HSL color Cylindrical-coordinate representation of color #04DBEE: hue angle of 184.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBEE is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 219 | 238 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.07 |
| HSL | 184.87º | 0.97% | 0.47% | - |
| HSV(B) | 184.87º | 0.98% | 0.93% | - |
| XYZ | 40.81 | 56.86 | 89.71 | - |
| YUV | 156.88 | 173.77 | 18.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 238 | 0.98 | 0.08 | 0 | 0.07 | 184.87 | 0.97 | 0.47 |
| Hex | 4 | DB | EE | 62 | 8 | 0 | 7 | B9 | 61 | 2F |
| Octal | 4 | 333 | 356 | 142 | 10 | 0 | 7 | 271 | 141 | 57 |
| Binary | 100 | 11011011 | 11101110 | 1100010 | 1000 | 0 | 111 | 10111001 | 1100001 | 101111 |
Color Harmonies of #04DBEE
Complementary color
Monochromatic Colors of #04DBEE
Black with #04DBEE
Text Example
Text Example
White with #04DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBEE; }
p { color: rgb(4,219,238); }
H1.HeaderClassName
{
color: #04DBEE;
}
.AnyTagClassName
{
color: #04DBEE;
}
</style>
background-color css
<style>
a { background-color: #04DBEE; }
a { background-color: rgb(4,219,238); }
div.DivClassName
{
background-color: #04DBEE;
}
.BgClassName
{
background-color: #04DBEE;
}
</style>
border-color css
<style>
span { border-color: #04DBEE; }
span { border-color: rgb(4,219,238); }
td.TdClassName
{
border-color: #04DBEE;
}
.TagClassName
{
border-color: #04DBEE;
}
</style>