Shades of Dark Turquoise #0CCDD4
Tints of Dark Turquoise #0CCDD4
RGB
CMYK
RGB Variations
Color information
#0CCDD4 (or 0x0CCDD4) is known color: Dark Turquoise. HEX triplet: 0C, CD and D4. RGB value is (12,205,212). Sum of RGB (Red+Green+Blue) = 12+205+212=429 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #0CCDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDD4 is #F3322B. Grayscale: #939393. Windows color (decimal): -15938092 or 13946124. OLE color: 13946124.
HSL color Cylindrical-coordinate representation of color #0CCDD4: hue angle of 182.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCDD4 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 205 | 212 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.17 |
| HSL | 182.1º | 0.89% | 0.44% | - |
| HSV(B) | 182.1º | 0.94% | 0.83% | - |
| XYZ | 33.87 | 48.49 | 69.86 | - |
| YUV | 148.09 | 164.06 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 212 | 0.94 | 0.03 | 0 | 0.17 | 182.1 | 0.89 | 0.44 |
| Hex | C | CD | D4 | 5E | 3 | 0 | 11 | B6 | 59 | 2C |
| Octal | 14 | 315 | 324 | 136 | 3 | 0 | 21 | 266 | 131 | 54 |
| Binary | 1100 | 11001101 | 11010100 | 1011110 | 11 | 0 | 10001 | 10110110 | 1011001 | 101100 |
Color Harmonies of #0CCDD4
Complementary color
Monochromatic Colors of #0CCDD4
Black with #0CCDD4
Text Example
Text Example
White with #0CCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDD4; }
p { color: rgb(12,205,212); }
H1.HeaderClassName
{
color: #0CCDD4;
}
.AnyTagClassName
{
color: #0CCDD4;
}
</style>
background-color css
<style>
a { background-color: #0CCDD4; }
a { background-color: rgb(12,205,212); }
div.DivClassName
{
background-color: #0CCDD4;
}
.BgClassName
{
background-color: #0CCDD4;
}
</style>
border-color css
<style>
span { border-color: #0CCDD4; }
span { border-color: rgb(12,205,212); }
td.TdClassName
{
border-color: #0CCDD4;
}
.TagClassName
{
border-color: #0CCDD4;
}
</style>