Shades of Dark Turquoise #0CCBD2
Tints of Dark Turquoise #0CCBD2
RGB
CMYK
RGB Variations
Color information
#0CCBD2 (or 0x0CCBD2) is known color: Dark Turquoise. HEX triplet: 0C, CB and D2. RGB value is (12,203,210). Sum of RGB (Red+Green+Blue) = 12+203+210=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #0CCBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBD2 is #F3342D. Grayscale: #929292. Windows color (decimal): -15938606 or 13814540. OLE color: 13814540.
HSL color Cylindrical-coordinate representation of color #0CCBD2: hue angle of 182.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBD2 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 203 | 210 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.18 |
| HSL | 182.12º | 0.89% | 0.44% | - |
| HSV(B) | 182.12º | 0.94% | 0.82% | - |
| XYZ | 33.14 | 47.44 | 68.38 | - |
| YUV | 146.69 | 163.72 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 210 | 0.94 | 0.03 | 0 | 0.18 | 182.12 | 0.89 | 0.44 |
| Hex | C | CB | D2 | 5E | 3 | 0 | 12 | B6 | 59 | 2C |
| Octal | 14 | 313 | 322 | 136 | 3 | 0 | 22 | 266 | 131 | 54 |
| Binary | 1100 | 11001011 | 11010010 | 1011110 | 11 | 0 | 10010 | 10110110 | 1011001 | 101100 |
Color Harmonies of #0CCBD2
Complementary color
Monochromatic Colors of #0CCBD2
Black with #0CCBD2
Text Example
Text Example
White with #0CCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBD2; }
p { color: rgb(12,203,210); }
H1.HeaderClassName
{
color: #0CCBD2;
}
.AnyTagClassName
{
color: #0CCBD2;
}
</style>
background-color css
<style>
a { background-color: #0CCBD2; }
a { background-color: rgb(12,203,210); }
div.DivClassName
{
background-color: #0CCBD2;
}
.BgClassName
{
background-color: #0CCBD2;
}
</style>
border-color css
<style>
span { border-color: #0CCBD2; }
span { border-color: rgb(12,203,210); }
td.TdClassName
{
border-color: #0CCBD2;
}
.TagClassName
{
border-color: #0CCBD2;
}
</style>