Shades of Dark Turquoise #0CD0E6
Tints of Dark Turquoise #0CD0E6
RGB
CMYK
RGB Variations
Color information
#0CD0E6 (or 0x0CD0E6) is known color: Dark Turquoise. HEX triplet: 0C, D0 and E6. RGB value is (12,208,230). Sum of RGB (Red+Green+Blue) = 12+208+230=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #0CD0E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD0E6 is #F32F19. Grayscale: #979797. Windows color (decimal): -15937306 or 15126540. OLE color: 15126540.
HSL color Cylindrical-coordinate representation of color #0CD0E6: hue angle of 186.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD0E6 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 208 | 230 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.10 |
| HSL | 186.06º | 0.9% | 0.47% | - |
| HSV(B) | 186.06º | 0.95% | 0.9% | - |
| XYZ | 36.99 | 50.9 | 82.74 | - |
| YUV | 151.9 | 172.07 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 230 | 0.95 | 0.10 | 0 | 0.10 | 186.06 | 0.9 | 0.47 |
| Hex | C | D0 | E6 | 5F | A | 0 | A | BA | 5A | 2F |
| Octal | 14 | 320 | 346 | 137 | 12 | 0 | 12 | 272 | 132 | 57 |
| Binary | 1100 | 11010000 | 11100110 | 1011111 | 1010 | 0 | 1010 | 10111010 | 1011010 | 101111 |
Color Harmonies of #0CD0E6
Complementary color
Monochromatic Colors of #0CD0E6
Black with #0CD0E6
Text Example
Text Example
White with #0CD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD0E6; }
p { color: rgb(12,208,230); }
H1.HeaderClassName
{
color: #0CD0E6;
}
.AnyTagClassName
{
color: #0CD0E6;
}
</style>
background-color css
<style>
a { background-color: #0CD0E6; }
a { background-color: rgb(12,208,230); }
div.DivClassName
{
background-color: #0CD0E6;
}
.BgClassName
{
background-color: #0CD0E6;
}
</style>
border-color css
<style>
span { border-color: #0CD0E6; }
span { border-color: rgb(12,208,230); }
td.TdClassName
{
border-color: #0CD0E6;
}
.TagClassName
{
border-color: #0CD0E6;
}
</style>