Shades of Bright Turquoise #0CECCA
Tints of Bright Turquoise #0CECCA
RGB
CMYK
RGB Variations
Color information
#0CECCA (or 0x0CECCA) is known color: Bright Turquoise. HEX triplet: 0C, EC and CA. RGB value is (12,236,202). Sum of RGB (Red+Green+Blue) = 12+236+202=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECCA is #F31335. Grayscale: #A5A5A5. Windows color (decimal): -15930166 or 13298700. OLE color: 13298700.
HSL color Cylindrical-coordinate representation of color #0CECCA: hue angle of 170.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECCA is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 202 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.07 |
| HSL | 170.89º | 0.9% | 0.49% | - |
| HSV(B) | 170.89º | 0.95% | 0.93% | - |
| XYZ | 40.81 | 64.33 | 66.14 | - |
| YUV | 165.15 | 148.79 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 202 | 0.95 | 0 | 0.14 | 0.07 | 170.89 | 0.9 | 0.49 |
| Hex | C | EC | CA | 5F | 0 | E | 7 | AB | 5A | 31 |
| Octal | 14 | 354 | 312 | 137 | 0 | 16 | 7 | 253 | 132 | 61 |
| Binary | 1100 | 11101100 | 11001010 | 1011111 | 0 | 1110 | 111 | 10101011 | 1011010 | 110001 |
Color Harmonies of #0CECCA
Complementary color
Monochromatic Colors of #0CECCA
Black with #0CECCA
Text Example
Text Example
White with #0CECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECCA; }
p { color: rgb(12,236,202); }
H1.HeaderClassName
{
color: #0CECCA;
}
.AnyTagClassName
{
color: #0CECCA;
}
</style>
background-color css
<style>
a { background-color: #0CECCA; }
a { background-color: rgb(12,236,202); }
div.DivClassName
{
background-color: #0CECCA;
}
.BgClassName
{
background-color: #0CECCA;
}
</style>
border-color css
<style>
span { border-color: #0CECCA; }
span { border-color: rgb(12,236,202); }
td.TdClassName
{
border-color: #0CECCA;
}
.TagClassName
{
border-color: #0CECCA;
}
</style>