Shades of Dark Turquoise #0CCADD
Tints of Dark Turquoise #0CCADD
RGB
CMYK
RGB Variations
Color information
#0CCADD (or 0x0CCADD) is known color: Dark Turquoise. HEX triplet: 0C, CA and DD. RGB value is (12,202,221). Sum of RGB (Red+Green+Blue) = 12+202+221=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CCADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCADD is #F33522. Grayscale: #939393. Windows color (decimal): -15938851 or 14535180. OLE color: 14535180.
HSL color Cylindrical-coordinate representation of color #0CCADD: hue angle of 185.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCADD is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 202 | 221 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.13 |
| HSL | 185.45º | 0.9% | 0.46% | - |
| HSV(B) | 185.45º | 0.95% | 0.87% | - |
| XYZ | 34.32 | 47.54 | 75.77 | - |
| YUV | 147.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 221 | 0.95 | 0.09 | 0 | 0.13 | 185.45 | 0.9 | 0.46 |
| Hex | C | CA | DD | 5F | 9 | 0 | D | B9 | 5A | 2E |
| Octal | 14 | 312 | 335 | 137 | 11 | 0 | 15 | 271 | 132 | 56 |
| Binary | 1100 | 11001010 | 11011101 | 1011111 | 1001 | 0 | 1101 | 10111001 | 1011010 | 101110 |
Color Harmonies of #0CCADD
Complementary color
Monochromatic Colors of #0CCADD
Black with #0CCADD
Text Example
Text Example
White with #0CCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCADD; }
p { color: rgb(12,202,221); }
H1.HeaderClassName
{
color: #0CCADD;
}
.AnyTagClassName
{
color: #0CCADD;
}
</style>
background-color css
<style>
a { background-color: #0CCADD; }
a { background-color: rgb(12,202,221); }
div.DivClassName
{
background-color: #0CCADD;
}
.BgClassName
{
background-color: #0CCADD;
}
</style>
border-color css
<style>
span { border-color: #0CCADD; }
span { border-color: rgb(12,202,221); }
td.TdClassName
{
border-color: #0CCADD;
}
.TagClassName
{
border-color: #0CCADD;
}
</style>