Shades of Bright Turquoise #12ECDB
Tints of Bright Turquoise #12ECDB
RGB
CMYK
RGB Variations
Color information
#12ECDB (or 0x12ECDB) is known color: Bright Turquoise. HEX triplet: 12, EC and DB. RGB value is (18,236,219). Sum of RGB (Red+Green+Blue) = 18+236+219=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12ECDB is #ED1324. Grayscale: #A8A8A8. Windows color (decimal): -15536933 or 14412818. OLE color: 14412818.
HSL color Cylindrical-coordinate representation of color #12ECDB: hue angle of 175.32º 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 #12ECDB is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 219 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.07 |
| HSL | 175.32º | 0.86% | 0.5% | - |
| HSV(B) | 175.32º | 0.92% | 0.93% | - |
| XYZ | 43.03 | 65.23 | 77.34 | - |
| YUV | 168.88 | 156.28 | 20.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 219 | 0.92 | 0 | 0.07 | 0.07 | 175.32 | 0.86 | 0.5 |
| Hex | 12 | EC | DB | 5C | 0 | 7 | 7 | AF | 56 | 32 |
| Octal | 22 | 354 | 333 | 134 | 0 | 7 | 7 | 257 | 126 | 62 |
| Binary | 10010 | 11101100 | 11011011 | 1011100 | 0 | 111 | 111 | 10101111 | 1010110 | 110010 |
Color Harmonies of #12ECDB
Complementary color
Monochromatic Colors of #12ECDB
Black with #12ECDB
Text Example
Text Example
White with #12ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECDB; }
p { color: rgb(18,236,219); }
H1.HeaderClassName
{
color: #12ECDB;
}
.AnyTagClassName
{
color: #12ECDB;
}
</style>
background-color css
<style>
a { background-color: #12ECDB; }
a { background-color: rgb(18,236,219); }
div.DivClassName
{
background-color: #12ECDB;
}
.BgClassName
{
background-color: #12ECDB;
}
</style>
border-color css
<style>
span { border-color: #12ECDB; }
span { border-color: rgb(18,236,219); }
td.TdClassName
{
border-color: #12ECDB;
}
.TagClassName
{
border-color: #12ECDB;
}
</style>