Shades of Bright Turquoise #12F0C0
Tints of Bright Turquoise #12F0C0
RGB
CMYK
RGB Variations
Color information
#12F0C0 (or 0x12F0C0) is known color: Bright Turquoise. HEX triplet: 12, F0 and C0. RGB value is (18,240,192). Sum of RGB (Red+Green+Blue) = 18+240+192=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0C0 is #ED0F3F. Grayscale: #A8A8A8. Windows color (decimal): -15535936 or 12644370. OLE color: 12644370.
HSL color Cylindrical-coordinate representation of color #12F0C0: hue angle of 167.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0C0 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 192 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.06 |
| HSL | 167.03º | 0.88% | 0.51% | - |
| HSV(B) | 167.03º | 0.93% | 0.94% | - |
| XYZ | 40.92 | 66.25 | 60.5 | - |
| YUV | 168.15 | 141.45 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 192 | 0.92 | 0 | 0.20 | 0.06 | 167.03 | 0.88 | 0.51 |
| Hex | 12 | F0 | C0 | 5C | 0 | 14 | 6 | A7 | 58 | 33 |
| Octal | 22 | 360 | 300 | 134 | 0 | 24 | 6 | 247 | 130 | 63 |
| Binary | 10010 | 11110000 | 11000000 | 1011100 | 0 | 10100 | 110 | 10100111 | 1011000 | 110011 |
Color Harmonies of #12F0C0
Complementary color
Monochromatic Colors of #12F0C0
Black with #12F0C0
Text Example
Text Example
White with #12F0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F0C0; }
p { color: rgb(18,240,192); }
H1.HeaderClassName
{
color: #12F0C0;
}
.AnyTagClassName
{
color: #12F0C0;
}
</style>
background-color css
<style>
a { background-color: #12F0C0; }
a { background-color: rgb(18,240,192); }
div.DivClassName
{
background-color: #12F0C0;
}
.BgClassName
{
background-color: #12F0C0;
}
</style>
border-color css
<style>
span { border-color: #12F0C0; }
span { border-color: rgb(18,240,192); }
td.TdClassName
{
border-color: #12F0C0;
}
.TagClassName
{
border-color: #12F0C0;
}
</style>