Shades of Bright Turquoise #12EAC2
Tints of Bright Turquoise #12EAC2
RGB
CMYK
RGB Variations
Color information
#12EAC2 (or 0x12EAC2) is known color: Bright Turquoise. HEX triplet: 12, EA and C2. RGB value is (18,234,194). Sum of RGB (Red+Green+Blue) = 18+234+194=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EAC2 is #ED153D. Grayscale: #A4A4A4. Windows color (decimal): -15537470 or 12773906. OLE color: 12773906.
HSL color Cylindrical-coordinate representation of color #12EAC2: hue angle of 168.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EAC2 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 194 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.08 |
| HSL | 168.89º | 0.86% | 0.49% | - |
| HSV(B) | 168.89º | 0.92% | 0.92% | - |
| XYZ | 39.41 | 62.87 | 61.1 | - |
| YUV | 164.86 | 144.44 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 194 | 0.92 | 0 | 0.17 | 0.08 | 168.89 | 0.86 | 0.49 |
| Hex | 12 | EA | C2 | 5C | 0 | 11 | 8 | A9 | 56 | 31 |
| Octal | 22 | 352 | 302 | 134 | 0 | 21 | 10 | 251 | 126 | 61 |
| Binary | 10010 | 11101010 | 11000010 | 1011100 | 0 | 10001 | 1000 | 10101001 | 1010110 | 110001 |
Color Harmonies of #12EAC2
Complementary color
Monochromatic Colors of #12EAC2
Black with #12EAC2
Text Example
Text Example
White with #12EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EAC2; }
p { color: rgb(18,234,194); }
H1.HeaderClassName
{
color: #12EAC2;
}
.AnyTagClassName
{
color: #12EAC2;
}
</style>
background-color css
<style>
a { background-color: #12EAC2; }
a { background-color: rgb(18,234,194); }
div.DivClassName
{
background-color: #12EAC2;
}
.BgClassName
{
background-color: #12EAC2;
}
</style>
border-color css
<style>
span { border-color: #12EAC2; }
span { border-color: rgb(18,234,194); }
td.TdClassName
{
border-color: #12EAC2;
}
.TagClassName
{
border-color: #12EAC2;
}
</style>