Shades of Bright Turquoise #12DEC7
Tints of Bright Turquoise #12DEC7
RGB
CMYK
RGB Variations
Color information
#12DEC7 (or 0x12DEC7) is known color: Bright Turquoise. HEX triplet: 12, DE and C7. RGB value is (18,222,199). Sum of RGB (Red+Green+Blue) = 18+222+199=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEC7 is #ED2138. Grayscale: #9E9E9E. Windows color (decimal): -15540537 or 13098514. OLE color: 13098514.
HSL color Cylindrical-coordinate representation of color #12DEC7: hue angle of 173.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEC7 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 199 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.13 |
| HSL | 173.24º | 0.85% | 0.47% | - |
| HSV(B) | 173.24º | 0.92% | 0.87% | - |
| XYZ | 36.68 | 56.49 | 63 | - |
| YUV | 158.38 | 150.91 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 199 | 0.92 | 0 | 0.10 | 0.13 | 173.24 | 0.85 | 0.47 |
| Hex | 12 | DE | C7 | 5C | 0 | A | D | AD | 55 | 2F |
| Octal | 22 | 336 | 307 | 134 | 0 | 12 | 15 | 255 | 125 | 57 |
| Binary | 10010 | 11011110 | 11000111 | 1011100 | 0 | 1010 | 1101 | 10101101 | 1010101 | 101111 |
Color Harmonies of #12DEC7
Complementary color
Monochromatic Colors of #12DEC7
Black with #12DEC7
Text Example
Text Example
White with #12DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DEC7; }
p { color: rgb(18,222,199); }
H1.HeaderClassName
{
color: #12DEC7;
}
.AnyTagClassName
{
color: #12DEC7;
}
</style>
background-color css
<style>
a { background-color: #12DEC7; }
a { background-color: rgb(18,222,199); }
div.DivClassName
{
background-color: #12DEC7;
}
.BgClassName
{
background-color: #12DEC7;
}
</style>
border-color css
<style>
span { border-color: #12DEC7; }
span { border-color: rgb(18,222,199); }
td.TdClassName
{
border-color: #12DEC7;
}
.TagClassName
{
border-color: #12DEC7;
}
</style>