Shades of Dark Turquoise #04CDDF
Tints of Dark Turquoise #04CDDF
RGB
CMYK
RGB Variations
Color information
#04CDDF (or 0x04CDDF) is known color: Dark Turquoise. HEX triplet: 04, CD and DF. RGB value is (4,205,223). Sum of RGB (Red+Green+Blue) = 4+205+223=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #04CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDDF is #FB3220. Grayscale: #929292. Windows color (decimal): -16462369 or 14667012. OLE color: 14667012.
HSL color Cylindrical-coordinate representation of color #04CDDF: hue angle of 184.93º 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 #04CDDF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 205 | 223 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.13 |
| HSL | 184.93º | 0.96% | 0.45% | - |
| HSV(B) | 184.93º | 0.98% | 0.87% | - |
| XYZ | 35.2 | 49.02 | 77.42 | - |
| YUV | 146.95 | 170.91 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 223 | 0.98 | 0.08 | 0 | 0.13 | 184.93 | 0.96 | 0.45 |
| Hex | 4 | CD | DF | 62 | 8 | 0 | D | B9 | 60 | 2D |
| Octal | 4 | 315 | 337 | 142 | 10 | 0 | 15 | 271 | 140 | 55 |
| Binary | 100 | 11001101 | 11011111 | 1100010 | 1000 | 0 | 1101 | 10111001 | 1100000 | 101101 |
Color Harmonies of #04CDDF
Complementary color
Monochromatic Colors of #04CDDF
Black with #04CDDF
Text Example
Text Example
White with #04CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDDF; }
p { color: rgb(4,205,223); }
H1.HeaderClassName
{
color: #04CDDF;
}
.AnyTagClassName
{
color: #04CDDF;
}
</style>
background-color css
<style>
a { background-color: #04CDDF; }
a { background-color: rgb(4,205,223); }
div.DivClassName
{
background-color: #04CDDF;
}
.BgClassName
{
background-color: #04CDDF;
}
</style>
border-color css
<style>
span { border-color: #04CDDF; }
span { border-color: rgb(4,205,223); }
td.TdClassName
{
border-color: #04CDDF;
}
.TagClassName
{
border-color: #04CDDF;
}
</style>