Shades of Bright Turquoise #0CDCD5
Tints of Bright Turquoise #0CDCD5
RGB
CMYK
RGB Variations
Color information
#0CDCD5 (or 0x0CDCD5) is known color: Bright Turquoise. HEX triplet: 0C, DC and D5. RGB value is (12,220,213). Sum of RGB (Red+Green+Blue) = 12+220+213=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDCD5 is #F3232A. Grayscale: #9C9C9C. Windows color (decimal): -15934251 or 14015500. OLE color: 14015500.
HSL color Cylindrical-coordinate representation of color #0CDCD5: hue angle of 177.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCD5 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 213 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.14 |
| HSL | 177.98º | 0.9% | 0.45% | - |
| HSV(B) | 177.98º | 0.95% | 0.86% | - |
| XYZ | 37.76 | 56.07 | 71.78 | - |
| YUV | 157.01 | 159.59 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 213 | 0.95 | 0 | 0.03 | 0.14 | 177.98 | 0.9 | 0.45 |
| Hex | C | DC | D5 | 5F | 0 | 3 | E | B2 | 5A | 2D |
| Octal | 14 | 334 | 325 | 137 | 0 | 3 | 16 | 262 | 132 | 55 |
| Binary | 1100 | 11011100 | 11010101 | 1011111 | 0 | 11 | 1110 | 10110010 | 1011010 | 101101 |
Color Harmonies of #0CDCD5
Complementary color
Monochromatic Colors of #0CDCD5
Black with #0CDCD5
Text Example
Text Example
White with #0CDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCD5; }
p { color: rgb(12,220,213); }
H1.HeaderClassName
{
color: #0CDCD5;
}
.AnyTagClassName
{
color: #0CDCD5;
}
</style>
background-color css
<style>
a { background-color: #0CDCD5; }
a { background-color: rgb(12,220,213); }
div.DivClassName
{
background-color: #0CDCD5;
}
.BgClassName
{
background-color: #0CDCD5;
}
</style>
border-color css
<style>
span { border-color: #0CDCD5; }
span { border-color: rgb(12,220,213); }
td.TdClassName
{
border-color: #0CDCD5;
}
.TagClassName
{
border-color: #0CDCD5;
}
</style>