Shades of Dark Turquoise #04CCDF
Tints of Dark Turquoise #04CCDF
RGB
CMYK
RGB Variations
Color information
#04CCDF (or 0x04CCDF) is known color: Dark Turquoise. HEX triplet: 04, CC and DF. RGB value is (4,204,223). Sum of RGB (Red+Green+Blue) = 4+204+223=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #04CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCDF is #FB3320. Grayscale: #929292. Windows color (decimal): -16462625 or 14666756. OLE color: 14666756.
HSL color Cylindrical-coordinate representation of color #04CCDF: hue angle of 185.21º 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 #04CCDF is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 204 | 223 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.13 |
| HSL | 185.21º | 0.96% | 0.45% | - |
| HSV(B) | 185.21º | 0.98% | 0.87% | - |
| XYZ | 34.96 | 48.54 | 77.34 | - |
| YUV | 146.37 | 171.24 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 223 | 0.98 | 0.09 | 0 | 0.13 | 185.21 | 0.96 | 0.45 |
| Hex | 4 | CC | DF | 62 | 9 | 0 | D | B9 | 60 | 2D |
| Octal | 4 | 314 | 337 | 142 | 11 | 0 | 15 | 271 | 140 | 55 |
| Binary | 100 | 11001100 | 11011111 | 1100010 | 1001 | 0 | 1101 | 10111001 | 1100000 | 101101 |
Color Harmonies of #04CCDF
Complementary color
Monochromatic Colors of #04CCDF
Black with #04CCDF
Text Example
Text Example
White with #04CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCDF; }
p { color: rgb(4,204,223); }
H1.HeaderClassName
{
color: #04CCDF;
}
.AnyTagClassName
{
color: #04CCDF;
}
</style>
background-color css
<style>
a { background-color: #04CCDF; }
a { background-color: rgb(4,204,223); }
div.DivClassName
{
background-color: #04CCDF;
}
.BgClassName
{
background-color: #04CCDF;
}
</style>
border-color css
<style>
span { border-color: #04CCDF; }
span { border-color: rgb(4,204,223); }
td.TdClassName
{
border-color: #04CCDF;
}
.TagClassName
{
border-color: #04CCDF;
}
</style>