Shades of Bright Turquoise #04DADB
Tints of Bright Turquoise #04DADB
RGB
CMYK
RGB Variations
Color information
#04DADB (or 0x04DADB) is known color: Bright Turquoise. HEX triplet: 04, DA and DB. RGB value is (4,218,219). Sum of RGB (Red+Green+Blue) = 4+218+219=441 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #04DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DADB is #FB2524. Grayscale: #999999. Windows color (decimal): -16459045 or 14408196. OLE color: 14408196.
HSL color Cylindrical-coordinate representation of color #04DADB: hue angle of 180.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DADB is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 218 | 219 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.14 |
| HSL | 180.28º | 0.96% | 0.44% | - |
| HSV(B) | 180.28º | 0.98% | 0.86% | - |
| XYZ | 37.91 | 55.28 | 75.69 | - |
| YUV | 154.13 | 164.6 | 20.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 219 | 0.98 | 0.00 | 0 | 0.14 | 180.28 | 0.96 | 0.44 |
| Hex | 4 | DA | DB | 62 | 0 | 0 | E | B4 | 60 | 2C |
| Octal | 4 | 332 | 333 | 142 | 0 | 0 | 16 | 264 | 140 | 54 |
| Binary | 100 | 11011010 | 11011011 | 1100010 | 0 | 0 | 1110 | 10110100 | 1100000 | 101100 |
Color Harmonies of #04DADB
Complementary color
Monochromatic Colors of #04DADB
Black with #04DADB
Text Example
Text Example
White with #04DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DADB; }
p { color: rgb(4,218,219); }
H1.HeaderClassName
{
color: #04DADB;
}
.AnyTagClassName
{
color: #04DADB;
}
</style>
background-color css
<style>
a { background-color: #04DADB; }
a { background-color: rgb(4,218,219); }
div.DivClassName
{
background-color: #04DADB;
}
.BgClassName
{
background-color: #04DADB;
}
</style>
border-color css
<style>
span { border-color: #04DADB; }
span { border-color: rgb(4,218,219); }
td.TdClassName
{
border-color: #04DADB;
}
.TagClassName
{
border-color: #04DADB;
}
</style>