Shades of Bright Turquoise #12F6E2
Tints of Bright Turquoise #12F6E2
RGB
CMYK
RGB Variations
Color information
#12F6E2 (or 0x12F6E2) is known color: Bright Turquoise. HEX triplet: 12, F6 and E2. RGB value is (18,246,226). Sum of RGB (Red+Green+Blue) = 18+246+226=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #12F6E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F6E2 is #ED091D. Grayscale: #AFAFAF. Windows color (decimal): -15534366 or 14874130. OLE color: 14874130.
HSL color Cylindrical-coordinate representation of color #12F6E2: hue angle of 174.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F6E2 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 226 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.04 |
| HSL | 174.74º | 0.93% | 0.52% | - |
| HSV(B) | 174.74º | 0.93% | 0.96% | - |
| XYZ | 46.93 | 71.53 | 83.28 | - |
| YUV | 175.55 | 156.46 | 15.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 226 | 0.93 | 0 | 0.08 | 0.04 | 174.74 | 0.93 | 0.52 |
| Hex | 12 | F6 | E2 | 5D | 0 | 8 | 4 | AF | 5D | 34 |
| Octal | 22 | 366 | 342 | 135 | 0 | 10 | 4 | 257 | 135 | 64 |
| Binary | 10010 | 11110110 | 11100010 | 1011101 | 0 | 1000 | 100 | 10101111 | 1011101 | 110100 |
Color Harmonies of #12F6E2
Complementary color
Monochromatic Colors of #12F6E2
Black with #12F6E2
Text Example
Text Example
White with #12F6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F6E2; }
p { color: rgb(18,246,226); }
H1.HeaderClassName
{
color: #12F6E2;
}
.AnyTagClassName
{
color: #12F6E2;
}
</style>
background-color css
<style>
a { background-color: #12F6E2; }
a { background-color: rgb(18,246,226); }
div.DivClassName
{
background-color: #12F6E2;
}
.BgClassName
{
background-color: #12F6E2;
}
</style>
border-color css
<style>
span { border-color: #12F6E2; }
span { border-color: rgb(18,246,226); }
td.TdClassName
{
border-color: #12F6E2;
}
.TagClassName
{
border-color: #12F6E2;
}
</style>