Shades of Bright Turquoise #0CFED9
Tints of Bright Turquoise #0CFED9
RGB
CMYK
RGB Variations
Color information
#0CFED9 (or 0x0CFED9) is known color: Bright Turquoise. HEX triplet: 0C, FE and D9. RGB value is (12,254,217). Sum of RGB (Red+Green+Blue) = 12+254+217=483 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFED9 is #F30126. Grayscale: #B1B1B1. Windows color (decimal): -15925543 or 14286348. OLE color: 14286348.
HSL color Cylindrical-coordinate representation of color #0CFED9: hue angle of 170.83º 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 #0CFED9 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 217 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.00 |
| HSL | 170.83º | 0.99% | 0.52% | - |
| HSV(B) | 170.83º | 0.95% | 1% | - |
| XYZ | 48.12 | 75.97 | 77.77 | - |
| YUV | 177.42 | 150.33 | 10.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 217 | 0.95 | 0 | 0.15 | 0.00 | 170.83 | 0.99 | 0.52 |
| Hex | C | FE | D9 | 5F | 0 | F | 0 | AB | 63 | 34 |
| Octal | 14 | 376 | 331 | 137 | 0 | 17 | 0 | 253 | 143 | 64 |
| Binary | 1100 | 11111110 | 11011001 | 1011111 | 0 | 1111 | 0 | 10101011 | 1100011 | 110100 |
Color Harmonies of #0CFED9
Complementary color
Monochromatic Colors of #0CFED9
Black with #0CFED9
Text Example
Text Example
White with #0CFED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFED9; }
p { color: rgb(12,254,217); }
H1.HeaderClassName
{
color: #0CFED9;
}
.AnyTagClassName
{
color: #0CFED9;
}
</style>
background-color css
<style>
a { background-color: #0CFED9; }
a { background-color: rgb(12,254,217); }
div.DivClassName
{
background-color: #0CFED9;
}
.BgClassName
{
background-color: #0CFED9;
}
</style>
border-color css
<style>
span { border-color: #0CFED9; }
span { border-color: rgb(12,254,217); }
td.TdClassName
{
border-color: #0CFED9;
}
.TagClassName
{
border-color: #0CFED9;
}
</style>