Shades of Bright Turquoise #04DAE6
Tints of Bright Turquoise #04DAE6
RGB
CMYK
RGB Variations
Color information
#04DAE6 (or 0x04DAE6) is known color: Bright Turquoise. HEX triplet: 04, DA and E6. RGB value is (4,218,230). Sum of RGB (Red+Green+Blue) = 4+218+230=452 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #04DAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DAE6 is #FB2519. Grayscale: #9B9B9B. Windows color (decimal): -16459034 or 15129092. OLE color: 15129092.
HSL color Cylindrical-coordinate representation of color #04DAE6: hue angle of 183.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DAE6 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 218 | 230 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.10 |
| HSL | 183.19º | 0.97% | 0.46% | - |
| HSV(B) | 183.19º | 0.98% | 0.9% | - |
| XYZ | 39.4 | 55.88 | 83.57 | - |
| YUV | 155.38 | 170.1 | 20.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 230 | 0.98 | 0.05 | 0 | 0.10 | 183.19 | 0.97 | 0.46 |
| Hex | 4 | DA | E6 | 62 | 5 | 0 | A | B7 | 61 | 2E |
| Octal | 4 | 332 | 346 | 142 | 5 | 0 | 12 | 267 | 141 | 56 |
| Binary | 100 | 11011010 | 11100110 | 1100010 | 101 | 0 | 1010 | 10110111 | 1100001 | 101110 |
Color Harmonies of #04DAE6
Complementary color
Monochromatic Colors of #04DAE6
Black with #04DAE6
Text Example
Text Example
White with #04DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DAE6; }
p { color: rgb(4,218,230); }
H1.HeaderClassName
{
color: #04DAE6;
}
.AnyTagClassName
{
color: #04DAE6;
}
</style>
background-color css
<style>
a { background-color: #04DAE6; }
a { background-color: rgb(4,218,230); }
div.DivClassName
{
background-color: #04DAE6;
}
.BgClassName
{
background-color: #04DAE6;
}
</style>
border-color css
<style>
span { border-color: #04DAE6; }
span { border-color: rgb(4,218,230); }
td.TdClassName
{
border-color: #04DAE6;
}
.TagClassName
{
border-color: #04DAE6;
}
</style>