Shades of Dark Turquoise #0CCADB
Tints of Dark Turquoise #0CCADB
RGB
CMYK
RGB Variations
Color information
#0CCADB (or 0x0CCADB) is known color: Dark Turquoise. HEX triplet: 0C, CA and DB. RGB value is (12,202,219). Sum of RGB (Red+Green+Blue) = 12+202+219=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CCADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCADB is #F33524. Grayscale: #929292. Windows color (decimal): -15938853 or 14404108. OLE color: 14404108.
HSL color Cylindrical-coordinate representation of color #0CCADB: hue angle of 184.93º 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 #0CCADB is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 202 | 219 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.14 |
| HSL | 184.93º | 0.9% | 0.45% | - |
| HSV(B) | 184.93º | 0.95% | 0.86% | - |
| XYZ | 34.06 | 47.43 | 74.38 | - |
| YUV | 147.13 | 168.55 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 219 | 0.95 | 0.08 | 0 | 0.14 | 184.93 | 0.9 | 0.45 |
| Hex | C | CA | DB | 5F | 8 | 0 | E | B9 | 5A | 2D |
| Octal | 14 | 312 | 333 | 137 | 10 | 0 | 16 | 271 | 132 | 55 |
| Binary | 1100 | 11001010 | 11011011 | 1011111 | 1000 | 0 | 1110 | 10111001 | 1011010 | 101101 |
Color Harmonies of #0CCADB
Complementary color
Monochromatic Colors of #0CCADB
Black with #0CCADB
Text Example
Text Example
White with #0CCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCADB; }
p { color: rgb(12,202,219); }
H1.HeaderClassName
{
color: #0CCADB;
}
.AnyTagClassName
{
color: #0CCADB;
}
</style>
background-color css
<style>
a { background-color: #0CCADB; }
a { background-color: rgb(12,202,219); }
div.DivClassName
{
background-color: #0CCADB;
}
.BgClassName
{
background-color: #0CCADB;
}
</style>
border-color css
<style>
span { border-color: #0CCADB; }
span { border-color: rgb(12,202,219); }
td.TdClassName
{
border-color: #0CCADB;
}
.TagClassName
{
border-color: #0CCADB;
}
</style>