Shades of Bright Turquoise #0CEADC
Tints of Bright Turquoise #0CEADC
RGB
CMYK
RGB Variations
Color information
#0CEADC (or 0x0CEADC) is known color: Bright Turquoise. HEX triplet: 0C, EA and DC. RGB value is (12,234,220). Sum of RGB (Red+Green+Blue) = 12+234+220=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEADC is #F31523. Grayscale: #A5A5A5. Windows color (decimal): -15930660 or 14477836. OLE color: 14477836.
HSL color Cylindrical-coordinate representation of color #0CEADC: hue angle of 176.22º 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 #0CEADC is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 220 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.08 |
| HSL | 176.22º | 0.9% | 0.48% | - |
| HSV(B) | 176.22º | 0.95% | 0.92% | - |
| XYZ | 42.49 | 64.09 | 77.84 | - |
| YUV | 166.03 | 158.45 | 18.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 220 | 0.95 | 0 | 0.06 | 0.08 | 176.22 | 0.9 | 0.48 |
| Hex | C | EA | DC | 5F | 0 | 6 | 8 | B0 | 5A | 30 |
| Octal | 14 | 352 | 334 | 137 | 0 | 6 | 10 | 260 | 132 | 60 |
| Binary | 1100 | 11101010 | 11011100 | 1011111 | 0 | 110 | 1000 | 10110000 | 1011010 | 110000 |
Color Harmonies of #0CEADC
Complementary color
Monochromatic Colors of #0CEADC
Black with #0CEADC
Text Example
Text Example
White with #0CEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEADC; }
p { color: rgb(12,234,220); }
H1.HeaderClassName
{
color: #0CEADC;
}
.AnyTagClassName
{
color: #0CEADC;
}
</style>
background-color css
<style>
a { background-color: #0CEADC; }
a { background-color: rgb(12,234,220); }
div.DivClassName
{
background-color: #0CEADC;
}
.BgClassName
{
background-color: #0CEADC;
}
</style>
border-color css
<style>
span { border-color: #0CEADC; }
span { border-color: rgb(12,234,220); }
td.TdClassName
{
border-color: #0CEADC;
}
.TagClassName
{
border-color: #0CEADC;
}
</style>