Shades of Bright Turquoise #12E7D3
Tints of Bright Turquoise #12E7D3
RGB
CMYK
RGB Variations
Color information
#12E7D3 (or 0x12E7D3) is known color: Bright Turquoise. HEX triplet: 12, E7 and D3. RGB value is (18,231,211). Sum of RGB (Red+Green+Blue) = 18+231+211=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #12E7D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12E7D3 is #ED182C. Grayscale: #A4A4A4. Windows color (decimal): -15538221 or 13887250. OLE color: 13887250.
HSL color Cylindrical-coordinate representation of color #12E7D3: hue angle of 174.37º 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 #12E7D3 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 231 | 211 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.09 |
| HSL | 174.37º | 0.86% | 0.49% | - |
| HSV(B) | 174.37º | 0.92% | 0.91% | - |
| XYZ | 40.58 | 61.98 | 71.45 | - |
| YUV | 165.03 | 153.93 | 23.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 231 | 211 | 0.92 | 0 | 0.09 | 0.09 | 174.37 | 0.86 | 0.49 |
| Hex | 12 | E7 | D3 | 5C | 0 | 9 | 9 | AE | 56 | 31 |
| Octal | 22 | 347 | 323 | 134 | 0 | 11 | 11 | 256 | 126 | 61 |
| Binary | 10010 | 11100111 | 11010011 | 1011100 | 0 | 1001 | 1001 | 10101110 | 1010110 | 110001 |
Color Harmonies of #12E7D3
Complementary color
Monochromatic Colors of #12E7D3
Black with #12E7D3
Text Example
Text Example
White with #12E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E7D3; }
p { color: rgb(18,231,211); }
H1.HeaderClassName
{
color: #12E7D3;
}
.AnyTagClassName
{
color: #12E7D3;
}
</style>
background-color css
<style>
a { background-color: #12E7D3; }
a { background-color: rgb(18,231,211); }
div.DivClassName
{
background-color: #12E7D3;
}
.BgClassName
{
background-color: #12E7D3;
}
</style>
border-color css
<style>
span { border-color: #12E7D3; }
span { border-color: rgb(18,231,211); }
td.TdClassName
{
border-color: #12E7D3;
}
.TagClassName
{
border-color: #12E7D3;
}
</style>