Shades of Bright Turquoise #0CEFC0
Tints of Bright Turquoise #0CEFC0
RGB
CMYK
RGB Variations
Color information
#0CEFC0 (or 0x0CEFC0) is known color: Bright Turquoise. HEX triplet: 0C, EF and C0. RGB value is (12,239,192). Sum of RGB (Red+Green+Blue) = 12+239+192=443 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEFC0 is #F3103F. Grayscale: #A5A5A5. Windows color (decimal): -15929408 or 12644108. OLE color: 12644108.
HSL color Cylindrical-coordinate representation of color #0CEFC0: hue angle of 167.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFC0 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 192 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.06 |
| HSL | 167.58º | 0.9% | 0.49% | - |
| HSV(B) | 167.58º | 0.95% | 0.94% | - |
| XYZ | 40.53 | 65.62 | 60.4 | - |
| YUV | 165.77 | 142.79 | 18.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 192 | 0.95 | 0 | 0.20 | 0.06 | 167.58 | 0.9 | 0.49 |
| Hex | C | EF | C0 | 5F | 0 | 14 | 6 | A8 | 5A | 31 |
| Octal | 14 | 357 | 300 | 137 | 0 | 24 | 6 | 250 | 132 | 61 |
| Binary | 1100 | 11101111 | 11000000 | 1011111 | 0 | 10100 | 110 | 10101000 | 1011010 | 110001 |
Color Harmonies of #0CEFC0
Complementary color
Monochromatic Colors of #0CEFC0
Black with #0CEFC0
Text Example
Text Example
White with #0CEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFC0; }
p { color: rgb(12,239,192); }
H1.HeaderClassName
{
color: #0CEFC0;
}
.AnyTagClassName
{
color: #0CEFC0;
}
</style>
background-color css
<style>
a { background-color: #0CEFC0; }
a { background-color: rgb(12,239,192); }
div.DivClassName
{
background-color: #0CEFC0;
}
.BgClassName
{
background-color: #0CEFC0;
}
</style>
border-color css
<style>
span { border-color: #0CEFC0; }
span { border-color: rgb(12,239,192); }
td.TdClassName
{
border-color: #0CEFC0;
}
.TagClassName
{
border-color: #0CEFC0;
}
</style>