Shades of Bright Turquoise #12EDD2
Tints of Bright Turquoise #12EDD2
RGB
CMYK
RGB Variations
Color information
#12EDD2 (or 0x12EDD2) is known color: Bright Turquoise. HEX triplet: 12, ED and D2. RGB value is (18,237,210). Sum of RGB (Red+Green+Blue) = 18+237+210=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EDD2 is #ED122D. Grayscale: #A8A8A8. Windows color (decimal): -15536686 or 13823250. OLE color: 13823250.
HSL color Cylindrical-coordinate representation of color #12EDD2: hue angle of 172.6º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EDD2 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 210 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.07 |
| HSL | 172.6º | 0.86% | 0.5% | - |
| HSV(B) | 172.6º | 0.92% | 0.93% | - |
| XYZ | 42.17 | 65.35 | 71.36 | - |
| YUV | 168.44 | 151.45 | 20.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 210 | 0.92 | 0 | 0.11 | 0.07 | 172.6 | 0.86 | 0.5 |
| Hex | 12 | ED | D2 | 5C | 0 | B | 7 | AD | 56 | 32 |
| Octal | 22 | 355 | 322 | 134 | 0 | 13 | 7 | 255 | 126 | 62 |
| Binary | 10010 | 11101101 | 11010010 | 1011100 | 0 | 1011 | 111 | 10101101 | 1010110 | 110010 |
Color Harmonies of #12EDD2
Complementary color
Monochromatic Colors of #12EDD2
Black with #12EDD2
Text Example
Text Example
White with #12EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDD2; }
p { color: rgb(18,237,210); }
H1.HeaderClassName
{
color: #12EDD2;
}
.AnyTagClassName
{
color: #12EDD2;
}
</style>
background-color css
<style>
a { background-color: #12EDD2; }
a { background-color: rgb(18,237,210); }
div.DivClassName
{
background-color: #12EDD2;
}
.BgClassName
{
background-color: #12EDD2;
}
</style>
border-color css
<style>
span { border-color: #12EDD2; }
span { border-color: rgb(18,237,210); }
td.TdClassName
{
border-color: #12EDD2;
}
.TagClassName
{
border-color: #12EDD2;
}
</style>