Shades of Bright Turquoise #04DCDD
Tints of Bright Turquoise #04DCDD
RGB
CMYK
RGB Variations
Color information
#04DCDD (or 0x04DCDD) is known color: Bright Turquoise. HEX triplet: 04, DC and DD. RGB value is (4,220,221). Sum of RGB (Red+Green+Blue) = 4+220+221=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #04DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCDD is #FB2322. Grayscale: #9B9B9B. Windows color (decimal): -16458531 or 14539780. OLE color: 14539780.
HSL color Cylindrical-coordinate representation of color #04DCDD: hue angle of 180.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCDD is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 220 | 221 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.13 |
| HSL | 180.28º | 0.96% | 0.44% | - |
| HSV(B) | 180.28º | 0.98% | 0.87% | - |
| XYZ | 38.69 | 56.43 | 77.26 | - |
| YUV | 155.53 | 164.94 | 19.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 221 | 0.98 | 0.00 | 0 | 0.13 | 180.28 | 0.96 | 0.44 |
| Hex | 4 | DC | DD | 62 | 0 | 0 | D | B4 | 60 | 2C |
| Octal | 4 | 334 | 335 | 142 | 0 | 0 | 15 | 264 | 140 | 54 |
| Binary | 100 | 11011100 | 11011101 | 1100010 | 0 | 0 | 1101 | 10110100 | 1100000 | 101100 |
Color Harmonies of #04DCDD
Complementary color
Monochromatic Colors of #04DCDD
Black with #04DCDD
Text Example
Text Example
White with #04DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCDD; }
p { color: rgb(4,220,221); }
H1.HeaderClassName
{
color: #04DCDD;
}
.AnyTagClassName
{
color: #04DCDD;
}
</style>
background-color css
<style>
a { background-color: #04DCDD; }
a { background-color: rgb(4,220,221); }
div.DivClassName
{
background-color: #04DCDD;
}
.BgClassName
{
background-color: #04DCDD;
}
</style>
border-color css
<style>
span { border-color: #04DCDD; }
span { border-color: rgb(4,220,221); }
td.TdClassName
{
border-color: #04DCDD;
}
.TagClassName
{
border-color: #04DCDD;
}
</style>