Shades of Bright Turquoise #12E8C5
Tints of Bright Turquoise #12E8C5
RGB
CMYK
RGB Variations
Color information
#12E8C5 (or 0x12E8C5) is known color: Bright Turquoise. HEX triplet: 12, E8 and C5. RGB value is (18,232,197). Sum of RGB (Red+Green+Blue) = 18+232+197=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #12E8C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E8C5 is #ED173A. Grayscale: #A3A3A3. Windows color (decimal): -15537979 or 12970002. OLE color: 12970002.
HSL color Cylindrical-coordinate representation of color #12E8C5: hue angle of 170.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E8C5 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 232 | 197 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.09 |
| HSL | 170.19º | 0.86% | 0.49% | - |
| HSV(B) | 170.19º | 0.92% | 0.91% | - |
| XYZ | 39.18 | 61.87 | 62.7 | - |
| YUV | 164.02 | 146.6 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 232 | 197 | 0.92 | 0 | 0.15 | 0.09 | 170.19 | 0.86 | 0.49 |
| Hex | 12 | E8 | C5 | 5C | 0 | F | 9 | AA | 56 | 31 |
| Octal | 22 | 350 | 305 | 134 | 0 | 17 | 11 | 252 | 126 | 61 |
| Binary | 10010 | 11101000 | 11000101 | 1011100 | 0 | 1111 | 1001 | 10101010 | 1010110 | 110001 |
Color Harmonies of #12E8C5
Complementary color
Monochromatic Colors of #12E8C5
Black with #12E8C5
Text Example
Text Example
White with #12E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E8C5; }
p { color: rgb(18,232,197); }
H1.HeaderClassName
{
color: #12E8C5;
}
.AnyTagClassName
{
color: #12E8C5;
}
</style>
background-color css
<style>
a { background-color: #12E8C5; }
a { background-color: rgb(18,232,197); }
div.DivClassName
{
background-color: #12E8C5;
}
.BgClassName
{
background-color: #12E8C5;
}
</style>
border-color css
<style>
span { border-color: #12E8C5; }
span { border-color: rgb(18,232,197); }
td.TdClassName
{
border-color: #12E8C5;
}
.TagClassName
{
border-color: #12E8C5;
}
</style>