Shades of Dark Turquoise #0CCBDD
Tints of Dark Turquoise #0CCBDD
RGB
CMYK
RGB Variations
Color information
#0CCBDD (or 0x0CCBDD) is known color: Dark Turquoise. HEX triplet: 0C, CB and DD. RGB value is (12,203,221). Sum of RGB (Red+Green+Blue) = 12+203+221=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CCBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBDD is #F33422. Grayscale: #939393. Windows color (decimal): -15938595 or 14535436. OLE color: 14535436.
HSL color Cylindrical-coordinate representation of color #0CCBDD: hue angle of 185.17º 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 #0CCBDD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 203 | 221 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.13 |
| HSL | 185.17º | 0.9% | 0.46% | - |
| HSV(B) | 185.17º | 0.95% | 0.87% | - |
| XYZ | 34.56 | 48.01 | 75.85 | - |
| YUV | 147.94 | 169.22 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 221 | 0.95 | 0.08 | 0 | 0.13 | 185.17 | 0.9 | 0.46 |
| Hex | C | CB | DD | 5F | 8 | 0 | D | B9 | 5A | 2E |
| Octal | 14 | 313 | 335 | 137 | 10 | 0 | 15 | 271 | 132 | 56 |
| Binary | 1100 | 11001011 | 11011101 | 1011111 | 1000 | 0 | 1101 | 10111001 | 1011010 | 101110 |
Color Harmonies of #0CCBDD
Complementary color
Monochromatic Colors of #0CCBDD
Black with #0CCBDD
Text Example
Text Example
White with #0CCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBDD; }
p { color: rgb(12,203,221); }
H1.HeaderClassName
{
color: #0CCBDD;
}
.AnyTagClassName
{
color: #0CCBDD;
}
</style>
background-color css
<style>
a { background-color: #0CCBDD; }
a { background-color: rgb(12,203,221); }
div.DivClassName
{
background-color: #0CCBDD;
}
.BgClassName
{
background-color: #0CCBDD;
}
</style>
border-color css
<style>
span { border-color: #0CCBDD; }
span { border-color: rgb(12,203,221); }
td.TdClassName
{
border-color: #0CCBDD;
}
.TagClassName
{
border-color: #0CCBDD;
}
</style>