Shades of Bright Turquoise #0CEABC
Tints of Bright Turquoise #0CEABC
RGB
CMYK
RGB Variations
Color information
#0CEABC (or 0x0CEABC) is known color: Bright Turquoise. HEX triplet: 0C, EA and BC. RGB value is (12,234,188). Sum of RGB (Red+Green+Blue) = 12+234+188=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEABC is #F31543. Grayscale: #A2A2A2. Windows color (decimal): -15930692 or 12380684. OLE color: 12380684.
HSL color Cylindrical-coordinate representation of color #0CEABC: hue angle of 167.57º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEABC is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 188 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.08 |
| HSL | 167.57º | 0.9% | 0.48% | - |
| HSV(B) | 167.57º | 0.95% | 0.92% | - |
| XYZ | 38.65 | 62.55 | 57.61 | - |
| YUV | 162.38 | 142.45 | 20.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 188 | 0.95 | 0 | 0.20 | 0.08 | 167.57 | 0.9 | 0.48 |
| Hex | C | EA | BC | 5F | 0 | 14 | 8 | A8 | 5A | 30 |
| Octal | 14 | 352 | 274 | 137 | 0 | 24 | 10 | 250 | 132 | 60 |
| Binary | 1100 | 11101010 | 10111100 | 1011111 | 0 | 10100 | 1000 | 10101000 | 1011010 | 110000 |
Color Harmonies of #0CEABC
Complementary color
Monochromatic Colors of #0CEABC
Black with #0CEABC
Text Example
Text Example
White with #0CEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEABC; }
p { color: rgb(12,234,188); }
H1.HeaderClassName
{
color: #0CEABC;
}
.AnyTagClassName
{
color: #0CEABC;
}
</style>
background-color css
<style>
a { background-color: #0CEABC; }
a { background-color: rgb(12,234,188); }
div.DivClassName
{
background-color: #0CEABC;
}
.BgClassName
{
background-color: #0CEABC;
}
</style>
border-color css
<style>
span { border-color: #0CEABC; }
span { border-color: rgb(12,234,188); }
td.TdClassName
{
border-color: #0CEABC;
}
.TagClassName
{
border-color: #0CEABC;
}
</style>