Shades of Dark Turquoise #04DDCB
Tints of Dark Turquoise #04DDCB
RGB
CMYK
RGB Variations
Color information
#04DDCB (or 0x04DDCB) is known color: Dark Turquoise. HEX triplet: 04, DD and CB. RGB value is (4,221,203). Sum of RGB (Red+Green+Blue) = 4+221+203=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DDCB is #FB2234. Grayscale: #999999. Windows color (decimal): -16458293 or 13360388. OLE color: 13360388.
HSL color Cylindrical-coordinate representation of color #04DDCB: hue angle of 175.02º 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 #04DDCB is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 203 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.13 |
| HSL | 175.02º | 0.96% | 0.44% | - |
| HSV(B) | 175.02º | 0.98% | 0.87% | - |
| XYZ | 36.69 | 56.05 | 65.39 | - |
| YUV | 154.07 | 155.61 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 203 | 0.98 | 0 | 0.08 | 0.13 | 175.02 | 0.96 | 0.44 |
| Hex | 4 | DD | CB | 62 | 0 | 8 | D | AF | 60 | 2C |
| Octal | 4 | 335 | 313 | 142 | 0 | 10 | 15 | 257 | 140 | 54 |
| Binary | 100 | 11011101 | 11001011 | 1100010 | 0 | 1000 | 1101 | 10101111 | 1100000 | 101100 |
Color Harmonies of #04DDCB
Complementary color
Monochromatic Colors of #04DDCB
Black with #04DDCB
Text Example
Text Example
White with #04DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DDCB; }
p { color: rgb(4,221,203); }
H1.HeaderClassName
{
color: #04DDCB;
}
.AnyTagClassName
{
color: #04DDCB;
}
</style>
background-color css
<style>
a { background-color: #04DDCB; }
a { background-color: rgb(4,221,203); }
div.DivClassName
{
background-color: #04DDCB;
}
.BgClassName
{
background-color: #04DDCB;
}
</style>
border-color css
<style>
span { border-color: #04DDCB; }
span { border-color: rgb(4,221,203); }
td.TdClassName
{
border-color: #04DDCB;
}
.TagClassName
{
border-color: #04DDCB;
}
</style>