Shades of Bright Turquoise #0CDECC
Tints of Bright Turquoise #0CDECC
RGB
CMYK
RGB Variations
Color information
#0CDECC (or 0x0CDECC) is known color: Bright Turquoise. HEX triplet: 0C, DE and CC. RGB value is (12,222,204). Sum of RGB (Red+Green+Blue) = 12+222+204=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDECC is #F32133. Grayscale: #9D9D9D. Windows color (decimal): -15933748 or 13426188. OLE color: 13426188.
HSL color Cylindrical-coordinate representation of color #0CDECC: hue angle of 174.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDECC is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 204 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.13 |
| HSL | 174.86º | 0.9% | 0.46% | - |
| HSV(B) | 174.86º | 0.95% | 0.87% | - |
| XYZ | 37.17 | 56.68 | 66.11 | - |
| YUV | 157.16 | 154.43 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 204 | 0.95 | 0 | 0.08 | 0.13 | 174.86 | 0.9 | 0.46 |
| Hex | C | DE | CC | 5F | 0 | 8 | D | AF | 5A | 2E |
| Octal | 14 | 336 | 314 | 137 | 0 | 10 | 15 | 257 | 132 | 56 |
| Binary | 1100 | 11011110 | 11001100 | 1011111 | 0 | 1000 | 1101 | 10101111 | 1011010 | 101110 |
Color Harmonies of #0CDECC
Complementary color
Monochromatic Colors of #0CDECC
Black with #0CDECC
Text Example
Text Example
White with #0CDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDECC; }
p { color: rgb(12,222,204); }
H1.HeaderClassName
{
color: #0CDECC;
}
.AnyTagClassName
{
color: #0CDECC;
}
</style>
background-color css
<style>
a { background-color: #0CDECC; }
a { background-color: rgb(12,222,204); }
div.DivClassName
{
background-color: #0CDECC;
}
.BgClassName
{
background-color: #0CDECC;
}
</style>
border-color css
<style>
span { border-color: #0CDECC; }
span { border-color: rgb(12,222,204); }
td.TdClassName
{
border-color: #0CDECC;
}
.TagClassName
{
border-color: #0CDECC;
}
</style>