Shades of Dark Turquoise #04D5DF
Tints of Dark Turquoise #04D5DF
RGB
CMYK
RGB Variations
Color information
#04D5DF (or 0x04D5DF) is known color: Dark Turquoise. HEX triplet: 04, D5 and DF. RGB value is (4,213,223). Sum of RGB (Red+Green+Blue) = 4+213+223=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #04D5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D5DF is #FB2A20. Grayscale: #979797. Windows color (decimal): -16460321 or 14669060. OLE color: 14669060.
HSL color Cylindrical-coordinate representation of color #04D5DF: hue angle of 182.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D5DF is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 213 | 223 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.13 |
| HSL | 182.74º | 0.96% | 0.45% | - |
| HSV(B) | 182.74º | 0.98% | 0.87% | - |
| XYZ | 37.16 | 52.94 | 78.07 | - |
| YUV | 151.65 | 168.26 | 22.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 223 | 0.98 | 0.04 | 0 | 0.13 | 182.74 | 0.96 | 0.45 |
| Hex | 4 | D5 | DF | 62 | 4 | 0 | D | B7 | 60 | 2D |
| Octal | 4 | 325 | 337 | 142 | 4 | 0 | 15 | 267 | 140 | 55 |
| Binary | 100 | 11010101 | 11011111 | 1100010 | 100 | 0 | 1101 | 10110111 | 1100000 | 101101 |
Color Harmonies of #04D5DF
Complementary color
Monochromatic Colors of #04D5DF
Black with #04D5DF
Text Example
Text Example
White with #04D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D5DF; }
p { color: rgb(4,213,223); }
H1.HeaderClassName
{
color: #04D5DF;
}
.AnyTagClassName
{
color: #04D5DF;
}
</style>
background-color css
<style>
a { background-color: #04D5DF; }
a { background-color: rgb(4,213,223); }
div.DivClassName
{
background-color: #04D5DF;
}
.BgClassName
{
background-color: #04D5DF;
}
</style>
border-color css
<style>
span { border-color: #04D5DF; }
span { border-color: rgb(4,213,223); }
td.TdClassName
{
border-color: #04D5DF;
}
.TagClassName
{
border-color: #04D5DF;
}
</style>