Shades of Bright Turquoise #0CEAD5
Tints of Bright Turquoise #0CEAD5
RGB
CMYK
RGB Variations
Color information
#0CEAD5 (or 0x0CEAD5) is known color: Bright Turquoise. HEX triplet: 0C, EA and D5. RGB value is (12,234,213). Sum of RGB (Red+Green+Blue) = 12+234+213=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEAD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEAD5 is #F3152A. Grayscale: #A5A5A5. Windows color (decimal): -15930667 or 14019084. OLE color: 14019084.
HSL color Cylindrical-coordinate representation of color #0CEAD5: hue angle of 174.32º 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 #0CEAD5 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 213 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.08 |
| HSL | 174.32º | 0.9% | 0.48% | - |
| HSV(B) | 174.32º | 0.95% | 0.92% | - |
| XYZ | 41.58 | 63.73 | 73.06 | - |
| YUV | 165.23 | 154.95 | 18.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 213 | 0.95 | 0 | 0.09 | 0.08 | 174.32 | 0.9 | 0.48 |
| Hex | C | EA | D5 | 5F | 0 | 9 | 8 | AE | 5A | 30 |
| Octal | 14 | 352 | 325 | 137 | 0 | 11 | 10 | 256 | 132 | 60 |
| Binary | 1100 | 11101010 | 11010101 | 1011111 | 0 | 1001 | 1000 | 10101110 | 1011010 | 110000 |
Color Harmonies of #0CEAD5
Complementary color
Monochromatic Colors of #0CEAD5
Black with #0CEAD5
Text Example
Text Example
White with #0CEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEAD5; }
p { color: rgb(12,234,213); }
H1.HeaderClassName
{
color: #0CEAD5;
}
.AnyTagClassName
{
color: #0CEAD5;
}
</style>
background-color css
<style>
a { background-color: #0CEAD5; }
a { background-color: rgb(12,234,213); }
div.DivClassName
{
background-color: #0CEAD5;
}
.BgClassName
{
background-color: #0CEAD5;
}
</style>
border-color css
<style>
span { border-color: #0CEAD5; }
span { border-color: rgb(12,234,213); }
td.TdClassName
{
border-color: #0CEAD5;
}
.TagClassName
{
border-color: #0CEAD5;
}
</style>