Shades of Dark Turquoise #04C3DD
Tints of Dark Turquoise #04C3DD
RGB
CMYK
RGB Variations
Color information
#04C3DD (or 0x04C3DD) is known color: Dark Turquoise. HEX triplet: 04, C3 and DD. RGB value is (4,195,221). Sum of RGB (Red+Green+Blue) = 4+195+221=420 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #04C3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C3DD is #FB3C22. Grayscale: #8C8C8C. Windows color (decimal): -16464931 or 14533380. OLE color: 14533380.
HSL color Cylindrical-coordinate representation of color #04C3DD: hue angle of 187.19º 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 #04C3DD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 195 | 221 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.13 |
| HSL | 187.19º | 0.96% | 0.44% | - |
| HSV(B) | 187.19º | 0.98% | 0.87% | - |
| XYZ | 32.62 | 44.28 | 75.23 | - |
| YUV | 140.86 | 173.22 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 195 | 221 | 0.98 | 0.12 | 0 | 0.13 | 187.19 | 0.96 | 0.44 |
| Hex | 4 | C3 | DD | 62 | C | 0 | D | BB | 60 | 2C |
| Octal | 4 | 303 | 335 | 142 | 14 | 0 | 15 | 273 | 140 | 54 |
| Binary | 100 | 11000011 | 11011101 | 1100010 | 1100 | 0 | 1101 | 10111011 | 1100000 | 101100 |
Color Harmonies of #04C3DD
Complementary color
Monochromatic Colors of #04C3DD
Black with #04C3DD
Text Example
Text Example
White with #04C3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C3DD; }
p { color: rgb(4,195,221); }
H1.HeaderClassName
{
color: #04C3DD;
}
.AnyTagClassName
{
color: #04C3DD;
}
</style>
background-color css
<style>
a { background-color: #04C3DD; }
a { background-color: rgb(4,195,221); }
div.DivClassName
{
background-color: #04C3DD;
}
.BgClassName
{
background-color: #04C3DD;
}
</style>
border-color css
<style>
span { border-color: #04C3DD; }
span { border-color: rgb(4,195,221); }
td.TdClassName
{
border-color: #04C3DD;
}
.TagClassName
{
border-color: #04C3DD;
}
</style>