Shades of Bright Turquoise #12D3EC
Tints of Bright Turquoise #12D3EC
RGB
CMYK
RGB Variations
Color information
#12D3EC (or 0x12D3EC) is known color: Bright Turquoise. HEX triplet: 12, D3 and EC. RGB value is (18,211,236). Sum of RGB (Red+Green+Blue) = 18+211+236=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #12D3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D3EC is #ED2C13. Grayscale: #9B9B9B. Windows color (decimal): -15543316 or 15520530. OLE color: 15520530.
HSL color Cylindrical-coordinate representation of color #12D3EC: hue angle of 186.88º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D3EC is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 211 | 236 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.07 |
| HSL | 186.88º | 0.86% | 0.5% | - |
| HSV(B) | 186.88º | 0.92% | 0.93% | - |
| XYZ | 38.68 | 52.77 | 87.5 | - |
| YUV | 156.14 | 173.06 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 236 | 0.92 | 0.11 | 0 | 0.07 | 186.88 | 0.86 | 0.5 |
| Hex | 12 | D3 | EC | 5C | B | 0 | 7 | BB | 56 | 32 |
| Octal | 22 | 323 | 354 | 134 | 13 | 0 | 7 | 273 | 126 | 62 |
| Binary | 10010 | 11010011 | 11101100 | 1011100 | 1011 | 0 | 111 | 10111011 | 1010110 | 110010 |
Color Harmonies of #12D3EC
Complementary color
Monochromatic Colors of #12D3EC
Black with #12D3EC
Text Example
Text Example
White with #12D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D3EC; }
p { color: rgb(18,211,236); }
H1.HeaderClassName
{
color: #12D3EC;
}
.AnyTagClassName
{
color: #12D3EC;
}
</style>
background-color css
<style>
a { background-color: #12D3EC; }
a { background-color: rgb(18,211,236); }
div.DivClassName
{
background-color: #12D3EC;
}
.BgClassName
{
background-color: #12D3EC;
}
</style>
border-color css
<style>
span { border-color: #12D3EC; }
span { border-color: rgb(18,211,236); }
td.TdClassName
{
border-color: #12D3EC;
}
.TagClassName
{
border-color: #12D3EC;
}
</style>