Shades of Bright Turquoise #0CECCF
Tints of Bright Turquoise #0CECCF
RGB
CMYK
RGB Variations
Color information
#0CECCF (or 0x0CECCF) is known color: Bright Turquoise. HEX triplet: 0C, EC and CF. RGB value is (12,236,207). Sum of RGB (Red+Green+Blue) = 12+236+207=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #0CECCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CECCF is #F31330. Grayscale: #A5A5A5. Windows color (decimal): -15930161 or 13626380. OLE color: 13626380.
HSL color Cylindrical-coordinate representation of color #0CECCF: hue angle of 172.23º 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 #0CECCF is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 207 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.07 |
| HSL | 172.23º | 0.9% | 0.49% | - |
| HSV(B) | 172.23º | 0.95% | 0.93% | - |
| XYZ | 41.41 | 64.57 | 69.31 | - |
| YUV | 165.72 | 151.29 | 18.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 207 | 0.95 | 0 | 0.12 | 0.07 | 172.23 | 0.9 | 0.49 |
| Hex | C | EC | CF | 5F | 0 | C | 7 | AC | 5A | 31 |
| Octal | 14 | 354 | 317 | 137 | 0 | 14 | 7 | 254 | 132 | 61 |
| Binary | 1100 | 11101100 | 11001111 | 1011111 | 0 | 1100 | 111 | 10101100 | 1011010 | 110001 |
Color Harmonies of #0CECCF
Complementary color
Monochromatic Colors of #0CECCF
Black with #0CECCF
Text Example
Text Example
White with #0CECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECCF; }
p { color: rgb(12,236,207); }
H1.HeaderClassName
{
color: #0CECCF;
}
.AnyTagClassName
{
color: #0CECCF;
}
</style>
background-color css
<style>
a { background-color: #0CECCF; }
a { background-color: rgb(12,236,207); }
div.DivClassName
{
background-color: #0CECCF;
}
.BgClassName
{
background-color: #0CECCF;
}
</style>
border-color css
<style>
span { border-color: #0CECCF; }
span { border-color: rgb(12,236,207); }
td.TdClassName
{
border-color: #0CECCF;
}
.TagClassName
{
border-color: #0CECCF;
}
</style>