Shades of Bright Turquoise #12FCC6
Tints of Bright Turquoise #12FCC6
RGB
CMYK
RGB Variations
Color information
#12FCC6 (or 0x12FCC6) is known color: Bright Turquoise. HEX triplet: 12, FC and C6. RGB value is (18,252,198). Sum of RGB (Red+Green+Blue) = 18+252+198=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCC6 is #ED0339. Grayscale: #AFAFAF. Windows color (decimal): -15532858 or 13040658. OLE color: 13040658.
HSL color Cylindrical-coordinate representation of color #12FCC6: hue angle of 166.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCC6 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 198 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.01 |
| HSL | 166.15º | 0.98% | 0.53% | - |
| HSV(B) | 166.15º | 0.93% | 0.99% | - |
| XYZ | 45.25 | 73.83 | 65.29 | - |
| YUV | 175.88 | 140.48 | 15.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 198 | 0.93 | 0 | 0.21 | 0.01 | 166.15 | 0.98 | 0.53 |
| Hex | 12 | FC | C6 | 5D | 0 | 15 | 1 | A6 | 62 | 35 |
| Octal | 22 | 374 | 306 | 135 | 0 | 25 | 1 | 246 | 142 | 65 |
| Binary | 10010 | 11111100 | 11000110 | 1011101 | 0 | 10101 | 1 | 10100110 | 1100010 | 110101 |
Color Harmonies of #12FCC6
Complementary color
Monochromatic Colors of #12FCC6
Black with #12FCC6
Text Example
Text Example
White with #12FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCC6; }
p { color: rgb(18,252,198); }
H1.HeaderClassName
{
color: #12FCC6;
}
.AnyTagClassName
{
color: #12FCC6;
}
</style>
background-color css
<style>
a { background-color: #12FCC6; }
a { background-color: rgb(18,252,198); }
div.DivClassName
{
background-color: #12FCC6;
}
.BgClassName
{
background-color: #12FCC6;
}
</style>
border-color css
<style>
span { border-color: #12FCC6; }
span { border-color: rgb(18,252,198); }
td.TdClassName
{
border-color: #12FCC6;
}
.TagClassName
{
border-color: #12FCC6;
}
</style>