Shades of Bright Turquoise #12E7D4
Tints of Bright Turquoise #12E7D4
RGB
CMYK
RGB Variations
Color information
#12E7D4 (or 0x12E7D4) is known color: Bright Turquoise. HEX triplet: 12, E7 and D4. RGB value is (18,231,212). Sum of RGB (Red+Green+Blue) = 18+231+212=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #12E7D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E7D4 is #ED182B. Grayscale: #A5A5A5. Windows color (decimal): -15538220 or 13952786. OLE color: 13952786.
HSL color Cylindrical-coordinate representation of color #12E7D4: hue angle of 174.65º 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 #12E7D4 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 231 | 212 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.09 |
| HSL | 174.65º | 0.86% | 0.49% | - |
| HSV(B) | 174.65º | 0.92% | 0.91% | - |
| XYZ | 40.71 | 62.03 | 72.12 | - |
| YUV | 165.15 | 154.43 | 23.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 231 | 212 | 0.92 | 0 | 0.08 | 0.09 | 174.65 | 0.86 | 0.49 |
| Hex | 12 | E7 | D4 | 5C | 0 | 8 | 9 | AF | 56 | 31 |
| Octal | 22 | 347 | 324 | 134 | 0 | 10 | 11 | 257 | 126 | 61 |
| Binary | 10010 | 11100111 | 11010100 | 1011100 | 0 | 1000 | 1001 | 10101111 | 1010110 | 110001 |
Color Harmonies of #12E7D4
Complementary color
Monochromatic Colors of #12E7D4
Black with #12E7D4
Text Example
Text Example
White with #12E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E7D4; }
p { color: rgb(18,231,212); }
H1.HeaderClassName
{
color: #12E7D4;
}
.AnyTagClassName
{
color: #12E7D4;
}
</style>
background-color css
<style>
a { background-color: #12E7D4; }
a { background-color: rgb(18,231,212); }
div.DivClassName
{
background-color: #12E7D4;
}
.BgClassName
{
background-color: #12E7D4;
}
</style>
border-color css
<style>
span { border-color: #12E7D4; }
span { border-color: rgb(18,231,212); }
td.TdClassName
{
border-color: #12E7D4;
}
.TagClassName
{
border-color: #12E7D4;
}
</style>