Shades of Bright Turquoise #12F5C0
Tints of Bright Turquoise #12F5C0
RGB
CMYK
RGB Variations
Color information
#12F5C0 (or 0x12F5C0) is known color: Bright Turquoise. HEX triplet: 12, F5 and C0. RGB value is (18,245,192). Sum of RGB (Red+Green+Blue) = 18+245+192=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #12F5C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F5C0 is #ED0A3F. Grayscale: #ABABAB. Windows color (decimal): -15534656 or 12645650. OLE color: 12645650.
HSL color Cylindrical-coordinate representation of color #12F5C0: hue angle of 165.99º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F5C0 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 245 | 192 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.04 |
| HSL | 165.99º | 0.92% | 0.52% | - |
| HSV(B) | 165.99º | 0.93% | 0.96% | - |
| XYZ | 42.42 | 69.24 | 61 | - |
| YUV | 171.09 | 139.79 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 245 | 192 | 0.93 | 0 | 0.22 | 0.04 | 165.99 | 0.92 | 0.52 |
| Hex | 12 | F5 | C0 | 5D | 0 | 16 | 4 | A6 | 5C | 34 |
| Octal | 22 | 365 | 300 | 135 | 0 | 26 | 4 | 246 | 134 | 64 |
| Binary | 10010 | 11110101 | 11000000 | 1011101 | 0 | 10110 | 100 | 10100110 | 1011100 | 110100 |
Color Harmonies of #12F5C0
Complementary color
Monochromatic Colors of #12F5C0
Black with #12F5C0
Text Example
Text Example
White with #12F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F5C0; }
p { color: rgb(18,245,192); }
H1.HeaderClassName
{
color: #12F5C0;
}
.AnyTagClassName
{
color: #12F5C0;
}
</style>
background-color css
<style>
a { background-color: #12F5C0; }
a { background-color: rgb(18,245,192); }
div.DivClassName
{
background-color: #12F5C0;
}
.BgClassName
{
background-color: #12F5C0;
}
</style>
border-color css
<style>
span { border-color: #12F5C0; }
span { border-color: rgb(18,245,192); }
td.TdClassName
{
border-color: #12F5C0;
}
.TagClassName
{
border-color: #12F5C0;
}
</style>