Shades of Dark Turquoise #0CCADC
Tints of Dark Turquoise #0CCADC
RGB
CMYK
RGB Variations
Color information
#0CCADC (or 0x0CCADC) is known color: Dark Turquoise. HEX triplet: 0C, CA and DC. RGB value is (12,202,220). Sum of RGB (Red+Green+Blue) = 12+202+220=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CCADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCADC is #F33523. Grayscale: #929292. Windows color (decimal): -15938852 or 14469644. OLE color: 14469644.
HSL color Cylindrical-coordinate representation of color #0CCADC: hue angle of 185.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCADC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 202 | 220 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.14 |
| HSL | 185.19º | 0.9% | 0.45% | - |
| HSV(B) | 185.19º | 0.95% | 0.86% | - |
| XYZ | 34.19 | 47.49 | 75.07 | - |
| YUV | 147.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 220 | 0.95 | 0.08 | 0 | 0.14 | 185.19 | 0.9 | 0.45 |
| Hex | C | CA | DC | 5F | 8 | 0 | E | B9 | 5A | 2D |
| Octal | 14 | 312 | 334 | 137 | 10 | 0 | 16 | 271 | 132 | 55 |
| Binary | 1100 | 11001010 | 11011100 | 1011111 | 1000 | 0 | 1110 | 10111001 | 1011010 | 101101 |
Color Harmonies of #0CCADC
Complementary color
Monochromatic Colors of #0CCADC
Black with #0CCADC
Text Example
Text Example
White with #0CCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCADC; }
p { color: rgb(12,202,220); }
H1.HeaderClassName
{
color: #0CCADC;
}
.AnyTagClassName
{
color: #0CCADC;
}
</style>
background-color css
<style>
a { background-color: #0CCADC; }
a { background-color: rgb(12,202,220); }
div.DivClassName
{
background-color: #0CCADC;
}
.BgClassName
{
background-color: #0CCADC;
}
</style>
border-color css
<style>
span { border-color: #0CCADC; }
span { border-color: rgb(12,202,220); }
td.TdClassName
{
border-color: #0CCADC;
}
.TagClassName
{
border-color: #0CCADC;
}
</style>