Shades of Bright Turquoise #04DCEA
Tints of Bright Turquoise #04DCEA
RGB
CMYK
RGB Variations
Color information
#04DCEA (or 0x04DCEA) is known color: Bright Turquoise. HEX triplet: 04, DC and EA. RGB value is (4,220,234). Sum of RGB (Red+Green+Blue) = 4+220+234=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #04DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCEA is #FB2315. Grayscale: #9C9C9C. Windows color (decimal): -16458518 or 15391748. OLE color: 15391748.
HSL color Cylindrical-coordinate representation of color #04DCEA: hue angle of 183.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCEA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 220 | 234 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.08 |
| HSL | 183.65º | 0.97% | 0.47% | - |
| HSV(B) | 183.65º | 0.98% | 0.92% | - |
| XYZ | 40.49 | 57.15 | 86.74 | - |
| YUV | 157.01 | 171.44 | 18.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 234 | 0.98 | 0.06 | 0 | 0.08 | 183.65 | 0.97 | 0.47 |
| Hex | 4 | DC | EA | 62 | 6 | 0 | 8 | B8 | 61 | 2F |
| Octal | 4 | 334 | 352 | 142 | 6 | 0 | 10 | 270 | 141 | 57 |
| Binary | 100 | 11011100 | 11101010 | 1100010 | 110 | 0 | 1000 | 10111000 | 1100001 | 101111 |
Color Harmonies of #04DCEA
Complementary color
Monochromatic Colors of #04DCEA
Black with #04DCEA
Text Example
Text Example
White with #04DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCEA; }
p { color: rgb(4,220,234); }
H1.HeaderClassName
{
color: #04DCEA;
}
.AnyTagClassName
{
color: #04DCEA;
}
</style>
background-color css
<style>
a { background-color: #04DCEA; }
a { background-color: rgb(4,220,234); }
div.DivClassName
{
background-color: #04DCEA;
}
.BgClassName
{
background-color: #04DCEA;
}
</style>
border-color css
<style>
span { border-color: #04DCEA; }
span { border-color: rgb(4,220,234); }
td.TdClassName
{
border-color: #04DCEA;
}
.TagClassName
{
border-color: #04DCEA;
}
</style>