Shades of Bright Turquoise #12E2DF
Tints of Bright Turquoise #12E2DF
RGB
CMYK
RGB Variations
Color information
#12E2DF (or 0x12E2DF) is known color: Bright Turquoise. HEX triplet: 12, E2 and DF. RGB value is (18,226,223). Sum of RGB (Red+Green+Blue) = 18+226+223=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E2DF is #ED1D20. Grayscale: #A3A3A3. Windows color (decimal): -15539489 or 14672402. OLE color: 14672402.
HSL color Cylindrical-coordinate representation of color #12E2DF: hue angle of 179.13º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E2DF is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 226 | 223 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.11 |
| HSL | 179.13º | 0.85% | 0.48% | - |
| HSV(B) | 179.13º | 0.92% | 0.89% | - |
| XYZ | 40.77 | 59.85 | 79.22 | - |
| YUV | 163.47 | 161.59 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 226 | 223 | 0.92 | 0 | 0.01 | 0.11 | 179.13 | 0.85 | 0.48 |
| Hex | 12 | E2 | DF | 5C | 0 | 1 | B | B3 | 55 | 30 |
| Octal | 22 | 342 | 337 | 134 | 0 | 1 | 13 | 263 | 125 | 60 |
| Binary | 10010 | 11100010 | 11011111 | 1011100 | 0 | 1 | 1011 | 10110011 | 1010101 | 110000 |
Color Harmonies of #12E2DF
Complementary color
Monochromatic Colors of #12E2DF
Black with #12E2DF
Text Example
Text Example
White with #12E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E2DF; }
p { color: rgb(18,226,223); }
H1.HeaderClassName
{
color: #12E2DF;
}
.AnyTagClassName
{
color: #12E2DF;
}
</style>
background-color css
<style>
a { background-color: #12E2DF; }
a { background-color: rgb(18,226,223); }
div.DivClassName
{
background-color: #12E2DF;
}
.BgClassName
{
background-color: #12E2DF;
}
</style>
border-color css
<style>
span { border-color: #12E2DF; }
span { border-color: rgb(18,226,223); }
td.TdClassName
{
border-color: #12E2DF;
}
.TagClassName
{
border-color: #12E2DF;
}
</style>