Shades of Bright Turquoise #12F8C6
Tints of Bright Turquoise #12F8C6
RGB
CMYK
RGB Variations
Color information
#12F8C6 (or 0x12F8C6) is known color: Bright Turquoise. HEX triplet: 12, F8 and C6. RGB value is (18,248,198). Sum of RGB (Red+Green+Blue) = 18+248+198=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F8C6 is #ED0739. Grayscale: #ADADAD. Windows color (decimal): -15533882 or 13039634. OLE color: 13039634.
HSL color Cylindrical-coordinate representation of color #12F8C6: hue angle of 166.96º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F8C6 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 198 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.03 |
| HSL | 166.96º | 0.94% | 0.52% | - |
| HSV(B) | 166.96º | 0.93% | 0.97% | - |
| XYZ | 44.01 | 71.34 | 64.88 | - |
| YUV | 173.53 | 141.8 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 198 | 0.93 | 0 | 0.20 | 0.03 | 166.96 | 0.94 | 0.52 |
| Hex | 12 | F8 | C6 | 5D | 0 | 14 | 3 | A7 | 5E | 34 |
| Octal | 22 | 370 | 306 | 135 | 0 | 24 | 3 | 247 | 136 | 64 |
| Binary | 10010 | 11111000 | 11000110 | 1011101 | 0 | 10100 | 11 | 10100111 | 1011110 | 110100 |
Color Harmonies of #12F8C6
Complementary color
Monochromatic Colors of #12F8C6
Black with #12F8C6
Text Example
Text Example
White with #12F8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F8C6; }
p { color: rgb(18,248,198); }
H1.HeaderClassName
{
color: #12F8C6;
}
.AnyTagClassName
{
color: #12F8C6;
}
</style>
background-color css
<style>
a { background-color: #12F8C6; }
a { background-color: rgb(18,248,198); }
div.DivClassName
{
background-color: #12F8C6;
}
.BgClassName
{
background-color: #12F8C6;
}
</style>
border-color css
<style>
span { border-color: #12F8C6; }
span { border-color: rgb(18,248,198); }
td.TdClassName
{
border-color: #12F8C6;
}
.TagClassName
{
border-color: #12F8C6;
}
</style>