Shades of Bright Turquoise #0CECC8
Tints of Bright Turquoise #0CECC8
RGB
CMYK
RGB Variations
Color information
#0CECC8 (or 0x0CECC8) is known color: Bright Turquoise. HEX triplet: 0C, EC and C8. RGB value is (12,236,200). Sum of RGB (Red+Green+Blue) = 12+236+200=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECC8 is #F31337. Grayscale: #A4A4A4. Windows color (decimal): -15930168 or 13167628. OLE color: 13167628.
HSL color Cylindrical-coordinate representation of color #0CECC8: hue angle of 170.36º 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 #0CECC8 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 200 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.07 |
| HSL | 170.36º | 0.9% | 0.49% | - |
| HSV(B) | 170.36º | 0.95% | 0.93% | - |
| XYZ | 40.57 | 64.24 | 64.9 | - |
| YUV | 164.92 | 147.79 | 18.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 200 | 0.95 | 0 | 0.15 | 0.07 | 170.36 | 0.9 | 0.49 |
| Hex | C | EC | C8 | 5F | 0 | F | 7 | AA | 5A | 31 |
| Octal | 14 | 354 | 310 | 137 | 0 | 17 | 7 | 252 | 132 | 61 |
| Binary | 1100 | 11101100 | 11001000 | 1011111 | 0 | 1111 | 111 | 10101010 | 1011010 | 110001 |
Color Harmonies of #0CECC8
Complementary color
Monochromatic Colors of #0CECC8
Black with #0CECC8
Text Example
Text Example
White with #0CECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECC8; }
p { color: rgb(12,236,200); }
H1.HeaderClassName
{
color: #0CECC8;
}
.AnyTagClassName
{
color: #0CECC8;
}
</style>
background-color css
<style>
a { background-color: #0CECC8; }
a { background-color: rgb(12,236,200); }
div.DivClassName
{
background-color: #0CECC8;
}
.BgClassName
{
background-color: #0CECC8;
}
</style>
border-color css
<style>
span { border-color: #0CECC8; }
span { border-color: rgb(12,236,200); }
td.TdClassName
{
border-color: #0CECC8;
}
.TagClassName
{
border-color: #0CECC8;
}
</style>