Shades of Bright Turquoise #0CECDA
Tints of Bright Turquoise #0CECDA
RGB
CMYK
RGB Variations
Color information
#0CECDA (or 0x0CECDA) is known color: Bright Turquoise. HEX triplet: 0C, EC and DA. RGB value is (12,236,218). Sum of RGB (Red+Green+Blue) = 12+236+218=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECDA is #F31325. Grayscale: #A6A6A6. Windows color (decimal): -15930150 or 14347276. OLE color: 14347276.
HSL color Cylindrical-coordinate representation of color #0CECDA: hue angle of 175.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECDA is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 218 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.07 |
| HSL | 175.18º | 0.9% | 0.49% | - |
| HSV(B) | 175.18º | 0.95% | 0.93% | - |
| XYZ | 42.8 | 65.13 | 76.65 | - |
| YUV | 166.97 | 156.79 | 17.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 218 | 0.95 | 0 | 0.08 | 0.07 | 175.18 | 0.9 | 0.49 |
| Hex | C | EC | DA | 5F | 0 | 8 | 7 | AF | 5A | 31 |
| Octal | 14 | 354 | 332 | 137 | 0 | 10 | 7 | 257 | 132 | 61 |
| Binary | 1100 | 11101100 | 11011010 | 1011111 | 0 | 1000 | 111 | 10101111 | 1011010 | 110001 |
Color Harmonies of #0CECDA
Complementary color
Monochromatic Colors of #0CECDA
Black with #0CECDA
Text Example
Text Example
White with #0CECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECDA; }
p { color: rgb(12,236,218); }
H1.HeaderClassName
{
color: #0CECDA;
}
.AnyTagClassName
{
color: #0CECDA;
}
</style>
background-color css
<style>
a { background-color: #0CECDA; }
a { background-color: rgb(12,236,218); }
div.DivClassName
{
background-color: #0CECDA;
}
.BgClassName
{
background-color: #0CECDA;
}
</style>
border-color css
<style>
span { border-color: #0CECDA; }
span { border-color: rgb(12,236,218); }
td.TdClassName
{
border-color: #0CECDA;
}
.TagClassName
{
border-color: #0CECDA;
}
</style>