Shades of Bright Turquoise #04DBEF
Tints of Bright Turquoise #04DBEF
RGB
CMYK
RGB Variations
Color information
#04DBEF (or 0x04DBEF) is known color: Bright Turquoise. HEX triplet: 04, DB and EF. RGB value is (4,219,239). Sum of RGB (Red+Green+Blue) = 4+219+239=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #04DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBEF is #FB2410. Grayscale: #9C9C9C. Windows color (decimal): -16458769 or 15719172. OLE color: 15719172.
HSL color Cylindrical-coordinate representation of color #04DBEF: hue angle of 185.11º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBEF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 219 | 239 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.06 |
| HSL | 185.11º | 0.97% | 0.48% | - |
| HSV(B) | 185.11º | 0.98% | 0.94% | - |
| XYZ | 40.96 | 56.92 | 90.49 | - |
| YUV | 157 | 174.27 | 18.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 239 | 0.98 | 0.08 | 0 | 0.06 | 185.11 | 0.97 | 0.48 |
| Hex | 4 | DB | EF | 62 | 8 | 0 | 6 | B9 | 61 | 30 |
| Octal | 4 | 333 | 357 | 142 | 10 | 0 | 6 | 271 | 141 | 60 |
| Binary | 100 | 11011011 | 11101111 | 1100010 | 1000 | 0 | 110 | 10111001 | 1100001 | 110000 |
Color Harmonies of #04DBEF
Complementary color
Monochromatic Colors of #04DBEF
Black with #04DBEF
Text Example
Text Example
White with #04DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DBEF; }
p { color: rgb(4,219,239); }
H1.HeaderClassName
{
color: #04DBEF;
}
.AnyTagClassName
{
color: #04DBEF;
}
</style>
background-color css
<style>
a { background-color: #04DBEF; }
a { background-color: rgb(4,219,239); }
div.DivClassName
{
background-color: #04DBEF;
}
.BgClassName
{
background-color: #04DBEF;
}
</style>
border-color css
<style>
span { border-color: #04DBEF; }
span { border-color: rgb(4,219,239); }
td.TdClassName
{
border-color: #04DBEF;
}
.TagClassName
{
border-color: #04DBEF;
}
</style>