Shades of Bright Turquoise #12FFC2
Tints of Bright Turquoise #12FFC2
RGB
CMYK
RGB Variations
Color information
#12FFC2 (or 0x12FFC2) is known color: Bright Turquoise. HEX triplet: 12, FF and C2. RGB value is (18,255,194). Sum of RGB (Red+Green+Blue) = 18+255+194=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFC2 is #ED003D. Grayscale: #B1B1B1. Windows color (decimal): -15532094 or 12779282. OLE color: 12779282.
HSL color Cylindrical-coordinate representation of color #12FFC2: hue angle of 164.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFC2 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 194 | - |
| CMYK | 0.93 | 0 | 0.24 | 0 |
| HSL | 164.56º | 1% | 0.54% | - |
| HSV(B) | 164.56º | 0.93% | 1% | - |
| XYZ | 45.75 | 75.54 | 63.21 | - |
| YUV | 177.18 | 137.48 | 14.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 194 | 0.93 | 0 | 0.24 | 0 | 164.56 | 1 | 0.54 |
| Hex | 12 | FF | C2 | 5D | 0 | 18 | 0 | A5 | 64 | 36 |
| Octal | 22 | 377 | 302 | 135 | 0 | 30 | 0 | 245 | 144 | 66 |
| Binary | 10010 | 11111111 | 11000010 | 1011101 | 0 | 11000 | 0 | 10100101 | 1100100 | 110110 |
Color Harmonies of #12FFC2
Complementary color
Monochromatic Colors of #12FFC2
Black with #12FFC2
Text Example
Text Example
White with #12FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFC2; }
p { color: rgb(18,255,194); }
H1.HeaderClassName
{
color: #12FFC2;
}
.AnyTagClassName
{
color: #12FFC2;
}
</style>
background-color css
<style>
a { background-color: #12FFC2; }
a { background-color: rgb(18,255,194); }
div.DivClassName
{
background-color: #12FFC2;
}
.BgClassName
{
background-color: #12FFC2;
}
</style>
border-color css
<style>
span { border-color: #12FFC2; }
span { border-color: rgb(18,255,194); }
td.TdClassName
{
border-color: #12FFC2;
}
.TagClassName
{
border-color: #12FFC2;
}
</style>