Shades of Dark Turquoise #04C3DA
Tints of Dark Turquoise #04C3DA
RGB
CMYK
RGB Variations
Color information
#04C3DA (or 0x04C3DA) is known color: Dark Turquoise. HEX triplet: 04, C3 and DA. RGB value is (4,195,218). Sum of RGB (Red+Green+Blue) = 4+195+218=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #04C3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C3DA is #FB3C25. Grayscale: #8C8C8C. Windows color (decimal): -16464934 or 14336772. OLE color: 14336772.
HSL color Cylindrical-coordinate representation of color #04C3DA: hue angle of 186.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C3DA is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 195 | 218 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.15 |
| HSL | 186.45º | 0.96% | 0.44% | - |
| HSV(B) | 186.45º | 0.98% | 0.85% | - |
| XYZ | 32.22 | 44.12 | 73.15 | - |
| YUV | 140.51 | 171.72 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 195 | 218 | 0.98 | 0.11 | 0 | 0.15 | 186.45 | 0.96 | 0.44 |
| Hex | 4 | C3 | DA | 62 | B | 0 | F | BA | 60 | 2C |
| Octal | 4 | 303 | 332 | 142 | 13 | 0 | 17 | 272 | 140 | 54 |
| Binary | 100 | 11000011 | 11011010 | 1100010 | 1011 | 0 | 1111 | 10111010 | 1100000 | 101100 |
Color Harmonies of #04C3DA
Complementary color
Monochromatic Colors of #04C3DA
Black with #04C3DA
Text Example
Text Example
White with #04C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C3DA; }
p { color: rgb(4,195,218); }
H1.HeaderClassName
{
color: #04C3DA;
}
.AnyTagClassName
{
color: #04C3DA;
}
</style>
background-color css
<style>
a { background-color: #04C3DA; }
a { background-color: rgb(4,195,218); }
div.DivClassName
{
background-color: #04C3DA;
}
.BgClassName
{
background-color: #04C3DA;
}
</style>
border-color css
<style>
span { border-color: #04C3DA; }
span { border-color: rgb(4,195,218); }
td.TdClassName
{
border-color: #04C3DA;
}
.TagClassName
{
border-color: #04C3DA;
}
</style>