Shades of Dark Turquoise #0CD5E0
Tints of Dark Turquoise #0CD5E0
RGB
CMYK
RGB Variations
Color information
#0CD5E0 (or 0x0CD5E0) is known color: Dark Turquoise. HEX triplet: 0C, D5 and E0. RGB value is (12,213,224). Sum of RGB (Red+Green+Blue) = 12+213+224=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #0CD5E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD5E0 is #F32A1F. Grayscale: #999999. Windows color (decimal): -15936032 or 14734604. OLE color: 14734604.
HSL color Cylindrical-coordinate representation of color #0CD5E0: hue angle of 183.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD5E0 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 213 | 224 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.12 |
| HSL | 183.11º | 0.9% | 0.46% | - |
| HSV(B) | 183.11º | 0.95% | 0.88% | - |
| XYZ | 37.4 | 53.05 | 78.79 | - |
| YUV | 154.16 | 167.41 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 224 | 0.95 | 0.05 | 0 | 0.12 | 183.11 | 0.9 | 0.46 |
| Hex | C | D5 | E0 | 5F | 5 | 0 | C | B7 | 5A | 2E |
| Octal | 14 | 325 | 340 | 137 | 5 | 0 | 14 | 267 | 132 | 56 |
| Binary | 1100 | 11010101 | 11100000 | 1011111 | 101 | 0 | 1100 | 10110111 | 1011010 | 101110 |
Color Harmonies of #0CD5E0
Complementary color
Monochromatic Colors of #0CD5E0
Black with #0CD5E0
Text Example
Text Example
White with #0CD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD5E0; }
p { color: rgb(12,213,224); }
H1.HeaderClassName
{
color: #0CD5E0;
}
.AnyTagClassName
{
color: #0CD5E0;
}
</style>
background-color css
<style>
a { background-color: #0CD5E0; }
a { background-color: rgb(12,213,224); }
div.DivClassName
{
background-color: #0CD5E0;
}
.BgClassName
{
background-color: #0CD5E0;
}
</style>
border-color css
<style>
span { border-color: #0CD5E0; }
span { border-color: rgb(12,213,224); }
td.TdClassName
{
border-color: #0CD5E0;
}
.TagClassName
{
border-color: #0CD5E0;
}
</style>