Shades of Bright Turquoise #0CECF0
Tints of Bright Turquoise #0CECF0
RGB
CMYK
RGB Variations
Color information
#0CECF0 (or 0x0CECF0) is known color: Bright Turquoise. HEX triplet: 0C, EC and F0. RGB value is (12,236,240). Sum of RGB (Red+Green+Blue) = 12+236+240=488 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #0CECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CECF0 is #F3130F. Grayscale: #A9A9A9. Windows color (decimal): -15930128 or 15789068. OLE color: 15789068.
HSL color Cylindrical-coordinate representation of color #0CECF0: hue angle of 181.05º 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 #0CECF0 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 236 | 240 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.06 |
| HSL | 181.05º | 0.9% | 0.49% | - |
| HSV(B) | 181.05º | 0.95% | 0.94% | - |
| XYZ | 45.88 | 66.36 | 92.83 | - |
| YUV | 169.48 | 167.79 | 15.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 240 | 0.95 | 0.02 | 0 | 0.06 | 181.05 | 0.9 | 0.49 |
| Hex | C | EC | F0 | 5F | 2 | 0 | 6 | B5 | 5A | 31 |
| Octal | 14 | 354 | 360 | 137 | 2 | 0 | 6 | 265 | 132 | 61 |
| Binary | 1100 | 11101100 | 11110000 | 1011111 | 10 | 0 | 110 | 10110101 | 1011010 | 110001 |
Color Harmonies of #0CECF0
Complementary color
Monochromatic Colors of #0CECF0
Black with #0CECF0
Text Example
Text Example
White with #0CECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECF0; }
p { color: rgb(12,236,240); }
H1.HeaderClassName
{
color: #0CECF0;
}
.AnyTagClassName
{
color: #0CECF0;
}
</style>
background-color css
<style>
a { background-color: #0CECF0; }
a { background-color: rgb(12,236,240); }
div.DivClassName
{
background-color: #0CECF0;
}
.BgClassName
{
background-color: #0CECF0;
}
</style>
border-color css
<style>
span { border-color: #0CECF0; }
span { border-color: rgb(12,236,240); }
td.TdClassName
{
border-color: #0CECF0;
}
.TagClassName
{
border-color: #0CECF0;
}
</style>