Shades of Bright Turquoise #12DAD2
Tints of Bright Turquoise #12DAD2
RGB
CMYK
RGB Variations
Color information
#12DAD2 (or 0x12DAD2) is known color: Bright Turquoise. HEX triplet: 12, DA and D2. RGB value is (18,218,210). Sum of RGB (Red+Green+Blue) = 18+218+210=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #12DAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DAD2 is #ED252D. Grayscale: #9D9D9D. Windows color (decimal): -15541550 or 13818386. OLE color: 13818386.
HSL color Cylindrical-coordinate representation of color #12DAD2: hue angle of 177.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DAD2 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 210 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.15 |
| HSL | 177.6º | 0.85% | 0.46% | - |
| HSV(B) | 177.6º | 0.92% | 0.85% | - |
| XYZ | 36.95 | 54.92 | 69.63 | - |
| YUV | 157.29 | 157.74 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 210 | 0.92 | 0 | 0.04 | 0.15 | 177.6 | 0.85 | 0.46 |
| Hex | 12 | DA | D2 | 5C | 0 | 4 | F | B2 | 55 | 2E |
| Octal | 22 | 332 | 322 | 134 | 0 | 4 | 17 | 262 | 125 | 56 |
| Binary | 10010 | 11011010 | 11010010 | 1011100 | 0 | 100 | 1111 | 10110010 | 1010101 | 101110 |
Color Harmonies of #12DAD2
Complementary color
Monochromatic Colors of #12DAD2
Black with #12DAD2
Text Example
Text Example
White with #12DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DAD2; }
p { color: rgb(18,218,210); }
H1.HeaderClassName
{
color: #12DAD2;
}
.AnyTagClassName
{
color: #12DAD2;
}
</style>
background-color css
<style>
a { background-color: #12DAD2; }
a { background-color: rgb(18,218,210); }
div.DivClassName
{
background-color: #12DAD2;
}
.BgClassName
{
background-color: #12DAD2;
}
</style>
border-color css
<style>
span { border-color: #12DAD2; }
span { border-color: rgb(18,218,210); }
td.TdClassName
{
border-color: #12DAD2;
}
.TagClassName
{
border-color: #12DAD2;
}
</style>