Shades of Bright Turquoise #0CFAC2
Tints of Bright Turquoise #0CFAC2
RGB
CMYK
RGB Variations
Color information
#0CFAC2 (or 0x0CFAC2) is known color: Bright Turquoise. HEX triplet: 0C, FA and C2. RGB value is (12,250,194). Sum of RGB (Red+Green+Blue) = 12+250+194=456 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFAC2 is #F3053D. Grayscale: #ACACAC. Windows color (decimal): -15926590 or 12777996. OLE color: 12777996.
HSL color Cylindrical-coordinate representation of color #0CFAC2: hue angle of 165.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFAC2 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 194 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.02 |
| HSL | 165.88º | 0.96% | 0.51% | - |
| HSV(B) | 165.88º | 0.95% | 0.98% | - |
| XYZ | 44.07 | 72.34 | 62.68 | - |
| YUV | 172.45 | 140.15 | 13.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 194 | 0.95 | 0 | 0.22 | 0.02 | 165.88 | 0.96 | 0.51 |
| Hex | C | FA | C2 | 5F | 0 | 16 | 2 | A6 | 60 | 33 |
| Octal | 14 | 372 | 302 | 137 | 0 | 26 | 2 | 246 | 140 | 63 |
| Binary | 1100 | 11111010 | 11000010 | 1011111 | 0 | 10110 | 10 | 10100110 | 1100000 | 110011 |
Color Harmonies of #0CFAC2
Complementary color
Monochromatic Colors of #0CFAC2
Black with #0CFAC2
Text Example
Text Example
White with #0CFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAC2; }
p { color: rgb(12,250,194); }
H1.HeaderClassName
{
color: #0CFAC2;
}
.AnyTagClassName
{
color: #0CFAC2;
}
</style>
background-color css
<style>
a { background-color: #0CFAC2; }
a { background-color: rgb(12,250,194); }
div.DivClassName
{
background-color: #0CFAC2;
}
.BgClassName
{
background-color: #0CFAC2;
}
</style>
border-color css
<style>
span { border-color: #0CFAC2; }
span { border-color: rgb(12,250,194); }
td.TdClassName
{
border-color: #0CFAC2;
}
.TagClassName
{
border-color: #0CFAC2;
}
</style>