Shades of Bright Turquoise #12DED6
Tints of Bright Turquoise #12DED6
RGB
CMYK
RGB Variations
Color information
#12DED6 (or 0x12DED6) is known color: Bright Turquoise. HEX triplet: 12, DE and D6. RGB value is (18,222,214). Sum of RGB (Red+Green+Blue) = 18+222+214=454 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #12DED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DED6 is #ED2129. Grayscale: #9F9F9F. Windows color (decimal): -15540522 or 14081554. OLE color: 14081554.
HSL color Cylindrical-coordinate representation of color #12DED6: hue angle of 177.65º 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 #12DED6 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 222 | 214 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.13 |
| HSL | 177.65º | 0.85% | 0.47% | - |
| HSV(B) | 177.65º | 0.92% | 0.87% | - |
| XYZ | 38.51 | 57.23 | 72.63 | - |
| YUV | 160.09 | 158.41 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 222 | 214 | 0.92 | 0 | 0.04 | 0.13 | 177.65 | 0.85 | 0.47 |
| Hex | 12 | DE | D6 | 5C | 0 | 4 | D | B2 | 55 | 2F |
| Octal | 22 | 336 | 326 | 134 | 0 | 4 | 15 | 262 | 125 | 57 |
| Binary | 10010 | 11011110 | 11010110 | 1011100 | 0 | 100 | 1101 | 10110010 | 1010101 | 101111 |
Color Harmonies of #12DED6
Complementary color
Monochromatic Colors of #12DED6
Black with #12DED6
Text Example
Text Example
White with #12DED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DED6; }
p { color: rgb(18,222,214); }
H1.HeaderClassName
{
color: #12DED6;
}
.AnyTagClassName
{
color: #12DED6;
}
</style>
background-color css
<style>
a { background-color: #12DED6; }
a { background-color: rgb(18,222,214); }
div.DivClassName
{
background-color: #12DED6;
}
.BgClassName
{
background-color: #12DED6;
}
</style>
border-color css
<style>
span { border-color: #12DED6; }
span { border-color: rgb(18,222,214); }
td.TdClassName
{
border-color: #12DED6;
}
.TagClassName
{
border-color: #12DED6;
}
</style>