Shades of Bright Turquoise #0CEACE
Tints of Bright Turquoise #0CEACE
RGB
CMYK
RGB Variations
Color information
#0CEACE (or 0x0CEACE) is known color: Bright Turquoise. HEX triplet: 0C, EA and CE. RGB value is (12,234,206). Sum of RGB (Red+Green+Blue) = 12+234+206=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEACE is #F31531. Grayscale: #A4A4A4. Windows color (decimal): -15930674 or 13560332. OLE color: 13560332.
HSL color Cylindrical-coordinate representation of color #0CEACE: hue angle of 172.43º 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 #0CEACE is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 206 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.08 |
| HSL | 172.43º | 0.9% | 0.48% | - |
| HSV(B) | 172.43º | 0.95% | 0.92% | - |
| XYZ | 40.72 | 63.38 | 68.48 | - |
| YUV | 164.43 | 151.45 | 19.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 206 | 0.95 | 0 | 0.12 | 0.08 | 172.43 | 0.9 | 0.48 |
| Hex | C | EA | CE | 5F | 0 | C | 8 | AC | 5A | 30 |
| Octal | 14 | 352 | 316 | 137 | 0 | 14 | 10 | 254 | 132 | 60 |
| Binary | 1100 | 11101010 | 11001110 | 1011111 | 0 | 1100 | 1000 | 10101100 | 1011010 | 110000 |
Color Harmonies of #0CEACE
Complementary color
Monochromatic Colors of #0CEACE
Black with #0CEACE
Text Example
Text Example
White with #0CEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEACE; }
p { color: rgb(12,234,206); }
H1.HeaderClassName
{
color: #0CEACE;
}
.AnyTagClassName
{
color: #0CEACE;
}
</style>
background-color css
<style>
a { background-color: #0CEACE; }
a { background-color: rgb(12,234,206); }
div.DivClassName
{
background-color: #0CEACE;
}
.BgClassName
{
background-color: #0CEACE;
}
</style>
border-color css
<style>
span { border-color: #0CEACE; }
span { border-color: rgb(12,234,206); }
td.TdClassName
{
border-color: #0CEACE;
}
.TagClassName
{
border-color: #0CEACE;
}
</style>