Shades of Bright Turquoise #04DCED
Tints of Bright Turquoise #04DCED
RGB
CMYK
RGB Variations
Color information
#04DCED (or 0x04DCED) is known color: Bright Turquoise. HEX triplet: 04, DC and ED. RGB value is (4,220,237). Sum of RGB (Red+Green+Blue) = 4+220+237=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #04DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCED is #FB2312. Grayscale: #9D9D9D. Windows color (decimal): -16458515 or 15588356. OLE color: 15588356.
HSL color Cylindrical-coordinate representation of color #04DCED: hue angle of 184.38º 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 #04DCED is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 220 | 237 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.07 |
| HSL | 184.38º | 0.97% | 0.47% | - |
| HSV(B) | 184.38º | 0.98% | 0.93% | - |
| XYZ | 40.93 | 57.33 | 89.03 | - |
| YUV | 157.35 | 172.94 | 18.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 237 | 0.98 | 0.07 | 0 | 0.07 | 184.38 | 0.97 | 0.47 |
| Hex | 4 | DC | ED | 62 | 7 | 0 | 7 | B8 | 61 | 2F |
| Octal | 4 | 334 | 355 | 142 | 7 | 0 | 7 | 270 | 141 | 57 |
| Binary | 100 | 11011100 | 11101101 | 1100010 | 111 | 0 | 111 | 10111000 | 1100001 | 101111 |
Color Harmonies of #04DCED
Complementary color
Monochromatic Colors of #04DCED
Black with #04DCED
Text Example
Text Example
White with #04DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCED; }
p { color: rgb(4,220,237); }
H1.HeaderClassName
{
color: #04DCED;
}
.AnyTagClassName
{
color: #04DCED;
}
</style>
background-color css
<style>
a { background-color: #04DCED; }
a { background-color: rgb(4,220,237); }
div.DivClassName
{
background-color: #04DCED;
}
.BgClassName
{
background-color: #04DCED;
}
</style>
border-color css
<style>
span { border-color: #04DCED; }
span { border-color: rgb(4,220,237); }
td.TdClassName
{
border-color: #04DCED;
}
.TagClassName
{
border-color: #04DCED;
}
</style>