Shades of Dark Turquoise #04CFDD
Tints of Dark Turquoise #04CFDD
RGB
CMYK
RGB Variations
Color information
#04CFDD (or 0x04CFDD) is known color: Dark Turquoise. HEX triplet: 04, CF and DD. RGB value is (4,207,221). Sum of RGB (Red+Green+Blue) = 4+207+221=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #04CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFDD is #FB3022. Grayscale: #939393. Windows color (decimal): -16461859 or 14536452. OLE color: 14536452.
HSL color Cylindrical-coordinate representation of color #04CFDD: hue angle of 183.87º 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 #04CFDD is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 207 | 221 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.13 |
| HSL | 183.87º | 0.96% | 0.44% | - |
| HSV(B) | 183.87º | 0.98% | 0.87% | - |
| XYZ | 35.41 | 49.87 | 76.17 | - |
| YUV | 147.9 | 169.25 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 221 | 0.98 | 0.06 | 0 | 0.13 | 183.87 | 0.96 | 0.44 |
| Hex | 4 | CF | DD | 62 | 6 | 0 | D | B8 | 60 | 2C |
| Octal | 4 | 317 | 335 | 142 | 6 | 0 | 15 | 270 | 140 | 54 |
| Binary | 100 | 11001111 | 11011101 | 1100010 | 110 | 0 | 1101 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CFDD
Complementary color
Monochromatic Colors of #04CFDD
Black with #04CFDD
Text Example
Text Example
White with #04CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFDD; }
p { color: rgb(4,207,221); }
H1.HeaderClassName
{
color: #04CFDD;
}
.AnyTagClassName
{
color: #04CFDD;
}
</style>
background-color css
<style>
a { background-color: #04CFDD; }
a { background-color: rgb(4,207,221); }
div.DivClassName
{
background-color: #04CFDD;
}
.BgClassName
{
background-color: #04CFDD;
}
</style>
border-color css
<style>
span { border-color: #04CFDD; }
span { border-color: rgb(4,207,221); }
td.TdClassName
{
border-color: #04CFDD;
}
.TagClassName
{
border-color: #04CFDD;
}
</style>