Shades of Bright Turquoise #12E3D0
Tints of Bright Turquoise #12E3D0
RGB
CMYK
RGB Variations
Color information
#12E3D0 (or 0x12E3D0) is known color: Bright Turquoise. HEX triplet: 12, E3 and D0. RGB value is (18,227,208). Sum of RGB (Red+Green+Blue) = 18+227+208=453 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.97% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #12E3D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E3D0 is #ED1C2F. Grayscale: #A2A2A2. Windows color (decimal): -15539248 or 13689618. OLE color: 13689618.
HSL color Cylindrical-coordinate representation of color #12E3D0: hue angle of 174.55º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E3D0 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 208 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.11 |
| HSL | 174.55º | 0.85% | 0.48% | - |
| HSV(B) | 174.55º | 0.92% | 0.89% | - |
| XYZ | 39.1 | 59.62 | 69.12 | - |
| YUV | 162.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 208 | 0.92 | 0 | 0.08 | 0.11 | 174.55 | 0.85 | 0.48 |
| Hex | 12 | E3 | D0 | 5C | 0 | 8 | B | AF | 55 | 30 |
| Octal | 22 | 343 | 320 | 134 | 0 | 10 | 13 | 257 | 125 | 60 |
| Binary | 10010 | 11100011 | 11010000 | 1011100 | 0 | 1000 | 1011 | 10101111 | 1010101 | 110000 |
Color Harmonies of #12E3D0
Complementary color
Monochromatic Colors of #12E3D0
Black with #12E3D0
Text Example
Text Example
White with #12E3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E3D0; }
p { color: rgb(18,227,208); }
H1.HeaderClassName
{
color: #12E3D0;
}
.AnyTagClassName
{
color: #12E3D0;
}
</style>
background-color css
<style>
a { background-color: #12E3D0; }
a { background-color: rgb(18,227,208); }
div.DivClassName
{
background-color: #12E3D0;
}
.BgClassName
{
background-color: #12E3D0;
}
</style>
border-color css
<style>
span { border-color: #12E3D0; }
span { border-color: rgb(18,227,208); }
td.TdClassName
{
border-color: #12E3D0;
}
.TagClassName
{
border-color: #12E3D0;
}
</style>