Shades of Bright Turquoise #0CFACB
Tints of Bright Turquoise #0CFACB
RGB
CMYK
RGB Variations
Color information
#0CFACB (or 0x0CFACB) is known color: Bright Turquoise. HEX triplet: 0C, FA and CB. RGB value is (12,250,203). Sum of RGB (Red+Green+Blue) = 12+250+203=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFACB is #F30534. Grayscale: #ADADAD. Windows color (decimal): -15926581 or 13367820. OLE color: 13367820.
HSL color Cylindrical-coordinate representation of color #0CFACB: hue angle of 168.15º 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 #0CFACB is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 203 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.02 |
| HSL | 168.15º | 0.96% | 0.51% | - |
| HSV(B) | 168.15º | 0.95% | 0.98% | - |
| XYZ | 45.12 | 72.76 | 68.17 | - |
| YUV | 173.48 | 144.65 | 12.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 203 | 0.95 | 0 | 0.19 | 0.02 | 168.15 | 0.96 | 0.51 |
| Hex | C | FA | CB | 5F | 0 | 13 | 2 | A8 | 60 | 33 |
| Octal | 14 | 372 | 313 | 137 | 0 | 23 | 2 | 250 | 140 | 63 |
| Binary | 1100 | 11111010 | 11001011 | 1011111 | 0 | 10011 | 10 | 10101000 | 1100000 | 110011 |
Color Harmonies of #0CFACB
Complementary color
Monochromatic Colors of #0CFACB
Black with #0CFACB
Text Example
Text Example
White with #0CFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFACB; }
p { color: rgb(12,250,203); }
H1.HeaderClassName
{
color: #0CFACB;
}
.AnyTagClassName
{
color: #0CFACB;
}
</style>
background-color css
<style>
a { background-color: #0CFACB; }
a { background-color: rgb(12,250,203); }
div.DivClassName
{
background-color: #0CFACB;
}
.BgClassName
{
background-color: #0CFACB;
}
</style>
border-color css
<style>
span { border-color: #0CFACB; }
span { border-color: rgb(12,250,203); }
td.TdClassName
{
border-color: #0CFACB;
}
.TagClassName
{
border-color: #0CFACB;
}
</style>