Shades of Bright Turquoise #12FAC8
Tints of Bright Turquoise #12FAC8
RGB
CMYK
RGB Variations
Color information
#12FAC8 (or 0x12FAC8) is known color: Bright Turquoise. HEX triplet: 12, FA and C8. RGB value is (18,250,200). Sum of RGB (Red+Green+Blue) = 18+250+200=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FAC8 is #ED0537. Grayscale: #AEAEAE. Windows color (decimal): -15533368 or 13171218. OLE color: 13171218.
HSL color Cylindrical-coordinate representation of color #12FAC8: hue angle of 167.07º 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 #12FAC8 is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 200 | - |
| CMYK | 0.93 | 0 | 0.2 | 0.02 |
| HSL | 167.07º | 0.96% | 0.53% | - |
| HSV(B) | 167.07º | 0.93% | 0.98% | - |
| XYZ | 44.86 | 72.67 | 66.31 | - |
| YUV | 174.93 | 142.14 | 16.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 200 | 0.93 | 0 | 0.2 | 0.02 | 167.07 | 0.96 | 0.53 |
| Hex | 12 | FA | C8 | 5D | 0 | 14 | 2 | A7 | 60 | 35 |
| Octal | 22 | 372 | 310 | 135 | 0 | 24 | 2 | 247 | 140 | 65 |
| Binary | 10010 | 11111010 | 11001000 | 1011101 | 0 | 10100 | 10 | 10100111 | 1100000 | 110101 |
Color Harmonies of #12FAC8
Complementary color
Monochromatic Colors of #12FAC8
Black with #12FAC8
Text Example
Text Example
White with #12FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FAC8; }
p { color: rgb(18,250,200); }
H1.HeaderClassName
{
color: #12FAC8;
}
.AnyTagClassName
{
color: #12FAC8;
}
</style>
background-color css
<style>
a { background-color: #12FAC8; }
a { background-color: rgb(18,250,200); }
div.DivClassName
{
background-color: #12FAC8;
}
.BgClassName
{
background-color: #12FAC8;
}
</style>
border-color css
<style>
span { border-color: #12FAC8; }
span { border-color: rgb(18,250,200); }
td.TdClassName
{
border-color: #12FAC8;
}
.TagClassName
{
border-color: #12FAC8;
}
</style>