Shades of Bright Turquoise #12FAC0
Tints of Bright Turquoise #12FAC0
RGB
CMYK
RGB Variations
Color information
#12FAC0 (or 0x12FAC0) is known color: Bright Turquoise. HEX triplet: 12, FA and C0. RGB value is (18,250,192). Sum of RGB (Red+Green+Blue) = 18+250+192=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAC0 is #ED053F. Grayscale: #AEAEAE. Windows color (decimal): -15533376 or 12646930. OLE color: 12646930.
HSL color Cylindrical-coordinate representation of color #12FAC0: hue angle of 165º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FAC0 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 192 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.02 |
| HSL | 165º | 0.96% | 0.53% | - |
| HSV(B) | 165º | 0.93% | 0.98% | - |
| XYZ | 43.95 | 72.31 | 61.51 | - |
| YUV | 174.02 | 138.14 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 192 | 0.93 | 0 | 0.23 | 0.02 | 165 | 0.96 | 0.53 |
| Hex | 12 | FA | C0 | 5D | 0 | 17 | 2 | A5 | 60 | 35 |
| Octal | 22 | 372 | 300 | 135 | 0 | 27 | 2 | 245 | 140 | 65 |
| Binary | 10010 | 11111010 | 11000000 | 1011101 | 0 | 10111 | 10 | 10100101 | 1100000 | 110101 |
Color Harmonies of #12FAC0
Complementary color
Monochromatic Colors of #12FAC0
Black with #12FAC0
Text Example
Text Example
White with #12FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FAC0; }
p { color: rgb(18,250,192); }
H1.HeaderClassName
{
color: #12FAC0;
}
.AnyTagClassName
{
color: #12FAC0;
}
</style>
background-color css
<style>
a { background-color: #12FAC0; }
a { background-color: rgb(18,250,192); }
div.DivClassName
{
background-color: #12FAC0;
}
.BgClassName
{
background-color: #12FAC0;
}
</style>
border-color css
<style>
span { border-color: #12FAC0; }
span { border-color: rgb(18,250,192); }
td.TdClassName
{
border-color: #12FAC0;
}
.TagClassName
{
border-color: #12FAC0;
}
</style>