Shades of Dark Turquoise #04CFDC
Tints of Dark Turquoise #04CFDC
RGB
CMYK
RGB Variations
Color information
#04CFDC (or 0x04CFDC) is known color: Dark Turquoise. HEX triplet: 04, CF and DC. RGB value is (4,207,220). Sum of RGB (Red+Green+Blue) = 4+207+220=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #04CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFDC is #FB3023. Grayscale: #939393. Windows color (decimal): -16461860 or 14470916. OLE color: 14470916.
HSL color Cylindrical-coordinate representation of color #04CFDC: hue angle of 183.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFDC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 207 | 220 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.14 |
| HSL | 183.61º | 0.96% | 0.44% | - |
| HSV(B) | 183.61º | 0.98% | 0.86% | - |
| XYZ | 35.28 | 49.82 | 75.47 | - |
| YUV | 147.79 | 168.75 | 25.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 220 | 0.98 | 0.06 | 0 | 0.14 | 183.61 | 0.96 | 0.44 |
| Hex | 4 | CF | DC | 62 | 6 | 0 | E | B8 | 60 | 2C |
| Octal | 4 | 317 | 334 | 142 | 6 | 0 | 16 | 270 | 140 | 54 |
| Binary | 100 | 11001111 | 11011100 | 1100010 | 110 | 0 | 1110 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CFDC
Complementary color
Monochromatic Colors of #04CFDC
Black with #04CFDC
Text Example
Text Example
White with #04CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFDC; }
p { color: rgb(4,207,220); }
H1.HeaderClassName
{
color: #04CFDC;
}
.AnyTagClassName
{
color: #04CFDC;
}
</style>
background-color css
<style>
a { background-color: #04CFDC; }
a { background-color: rgb(4,207,220); }
div.DivClassName
{
background-color: #04CFDC;
}
.BgClassName
{
background-color: #04CFDC;
}
</style>
border-color css
<style>
span { border-color: #04CFDC; }
span { border-color: rgb(4,207,220); }
td.TdClassName
{
border-color: #04CFDC;
}
.TagClassName
{
border-color: #04CFDC;
}
</style>