Shades of Bright Turquoise #0CEACC
Tints of Bright Turquoise #0CEACC
RGB
CMYK
RGB Variations
Color information
#0CEACC (or 0x0CEACC) is known color: Bright Turquoise. HEX triplet: 0C, EA and CC. RGB value is (12,234,204). Sum of RGB (Red+Green+Blue) = 12+234+204=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEACC is #F31533. Grayscale: #A4A4A4. Windows color (decimal): -15930676 or 13429260. OLE color: 13429260.
HSL color Cylindrical-coordinate representation of color #0CEACC: hue angle of 171.89º 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 #0CEACC is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 204 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.08 |
| HSL | 171.89º | 0.9% | 0.48% | - |
| HSV(B) | 171.89º | 0.95% | 0.92% | - |
| XYZ | 40.47 | 63.28 | 67.21 | - |
| YUV | 164.2 | 150.45 | 19.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 204 | 0.95 | 0 | 0.13 | 0.08 | 171.89 | 0.9 | 0.48 |
| Hex | C | EA | CC | 5F | 0 | D | 8 | AC | 5A | 30 |
| Octal | 14 | 352 | 314 | 137 | 0 | 15 | 10 | 254 | 132 | 60 |
| Binary | 1100 | 11101010 | 11001100 | 1011111 | 0 | 1101 | 1000 | 10101100 | 1011010 | 110000 |
Color Harmonies of #0CEACC
Complementary color
Monochromatic Colors of #0CEACC
Black with #0CEACC
Text Example
Text Example
White with #0CEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEACC; }
p { color: rgb(12,234,204); }
H1.HeaderClassName
{
color: #0CEACC;
}
.AnyTagClassName
{
color: #0CEACC;
}
</style>
background-color css
<style>
a { background-color: #0CEACC; }
a { background-color: rgb(12,234,204); }
div.DivClassName
{
background-color: #0CEACC;
}
.BgClassName
{
background-color: #0CEACC;
}
</style>
border-color css
<style>
span { border-color: #0CEACC; }
span { border-color: rgb(12,234,204); }
td.TdClassName
{
border-color: #0CEACC;
}
.TagClassName
{
border-color: #0CEACC;
}
</style>