Shades of Bright Turquoise #0CFECB
Tints of Bright Turquoise #0CFECB
RGB
CMYK
RGB Variations
Color information
#0CFECB (or 0x0CFECB) is known color: Bright Turquoise. HEX triplet: 0C, FE and CB. RGB value is (12,254,203). Sum of RGB (Red+Green+Blue) = 12+254+203=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFECB is #F30134. Grayscale: #AFAFAF. Windows color (decimal): -15925557 or 13368844. OLE color: 13368844.
HSL color Cylindrical-coordinate representation of color #0CFECB: hue angle of 167.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFECB is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 203 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.00 |
| HSL | 167.36º | 0.99% | 0.52% | - |
| HSV(B) | 167.36º | 0.95% | 1% | - |
| XYZ | 46.37 | 75.27 | 68.59 | - |
| YUV | 175.83 | 143.33 | 11.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 203 | 0.95 | 0 | 0.20 | 0.00 | 167.36 | 0.99 | 0.52 |
| Hex | C | FE | CB | 5F | 0 | 14 | 0 | A7 | 63 | 34 |
| Octal | 14 | 376 | 313 | 137 | 0 | 24 | 0 | 247 | 143 | 64 |
| Binary | 1100 | 11111110 | 11001011 | 1011111 | 0 | 10100 | 0 | 10100111 | 1100011 | 110100 |
Color Harmonies of #0CFECB
Complementary color
Monochromatic Colors of #0CFECB
Black with #0CFECB
Text Example
Text Example
White with #0CFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFECB; }
p { color: rgb(12,254,203); }
H1.HeaderClassName
{
color: #0CFECB;
}
.AnyTagClassName
{
color: #0CFECB;
}
</style>
background-color css
<style>
a { background-color: #0CFECB; }
a { background-color: rgb(12,254,203); }
div.DivClassName
{
background-color: #0CFECB;
}
.BgClassName
{
background-color: #0CFECB;
}
</style>
border-color css
<style>
span { border-color: #0CFECB; }
span { border-color: rgb(12,254,203); }
td.TdClassName
{
border-color: #0CFECB;
}
.TagClassName
{
border-color: #0CFECB;
}
</style>