Shades of Bright Turquoise #12DBCE
Tints of Bright Turquoise #12DBCE
RGB
CMYK
RGB Variations
Color information
#12DBCE (or 0x12DBCE) is known color: Bright Turquoise. HEX triplet: 12, DB and CE. RGB value is (18,219,206). Sum of RGB (Red+Green+Blue) = 18+219+206=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBCE is #ED2431. Grayscale: #9D9D9D. Windows color (decimal): -15541298 or 13556498. OLE color: 13556498.
HSL color Cylindrical-coordinate representation of color #12DBCE: hue angle of 176.12º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DBCE is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 206 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.14 |
| HSL | 176.12º | 0.85% | 0.46% | - |
| HSV(B) | 176.12º | 0.92% | 0.86% | - |
| XYZ | 36.72 | 55.25 | 67.12 | - |
| YUV | 157.42 | 155.41 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 206 | 0.92 | 0 | 0.06 | 0.14 | 176.12 | 0.85 | 0.46 |
| Hex | 12 | DB | CE | 5C | 0 | 6 | E | B0 | 55 | 2E |
| Octal | 22 | 333 | 316 | 134 | 0 | 6 | 16 | 260 | 125 | 56 |
| Binary | 10010 | 11011011 | 11001110 | 1011100 | 0 | 110 | 1110 | 10110000 | 1010101 | 101110 |
Color Harmonies of #12DBCE
Complementary color
Monochromatic Colors of #12DBCE
Black with #12DBCE
Text Example
Text Example
White with #12DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBCE; }
p { color: rgb(18,219,206); }
H1.HeaderClassName
{
color: #12DBCE;
}
.AnyTagClassName
{
color: #12DBCE;
}
</style>
background-color css
<style>
a { background-color: #12DBCE; }
a { background-color: rgb(18,219,206); }
div.DivClassName
{
background-color: #12DBCE;
}
.BgClassName
{
background-color: #12DBCE;
}
</style>
border-color css
<style>
span { border-color: #12DBCE; }
span { border-color: rgb(18,219,206); }
td.TdClassName
{
border-color: #12DBCE;
}
.TagClassName
{
border-color: #12DBCE;
}
</style>