Shades of Bright Turquoise #12D9D4
Tints of Bright Turquoise #12D9D4
RGB
CMYK
RGB Variations
Color information
#12D9D4 (or 0x12D9D4) is known color: Bright Turquoise. HEX triplet: 12, D9 and D4. RGB value is (18,217,212). Sum of RGB (Red+Green+Blue) = 18+217+212=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #12D9D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D9D4 is #ED262B. Grayscale: #9C9C9C. Windows color (decimal): -15541804 or 13949202. OLE color: 13949202.
HSL color Cylindrical-coordinate representation of color #12D9D4: hue angle of 178.49º 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 #12D9D4 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 217 | 212 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.15 |
| HSL | 178.49º | 0.85% | 0.46% | - |
| HSV(B) | 178.49º | 0.92% | 0.85% | - |
| XYZ | 36.95 | 54.51 | 70.86 | - |
| YUV | 156.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 212 | 0.92 | 0 | 0.02 | 0.15 | 178.49 | 0.85 | 0.46 |
| Hex | 12 | D9 | D4 | 5C | 0 | 2 | F | B2 | 55 | 2E |
| Octal | 22 | 331 | 324 | 134 | 0 | 2 | 17 | 262 | 125 | 56 |
| Binary | 10010 | 11011001 | 11010100 | 1011100 | 0 | 10 | 1111 | 10110010 | 1010101 | 101110 |
Color Harmonies of #12D9D4
Complementary color
Monochromatic Colors of #12D9D4
Black with #12D9D4
Text Example
Text Example
White with #12D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D9D4; }
p { color: rgb(18,217,212); }
H1.HeaderClassName
{
color: #12D9D4;
}
.AnyTagClassName
{
color: #12D9D4;
}
</style>
background-color css
<style>
a { background-color: #12D9D4; }
a { background-color: rgb(18,217,212); }
div.DivClassName
{
background-color: #12D9D4;
}
.BgClassName
{
background-color: #12D9D4;
}
</style>
border-color css
<style>
span { border-color: #12D9D4; }
span { border-color: rgb(18,217,212); }
td.TdClassName
{
border-color: #12D9D4;
}
.TagClassName
{
border-color: #12D9D4;
}
</style>