Shades of Bright Turquoise #12EAD2
Tints of Bright Turquoise #12EAD2
RGB
CMYK
RGB Variations
Color information
#12EAD2 (or 0x12EAD2) is known color: Bright Turquoise. HEX triplet: 12, EA and D2. RGB value is (18,234,210). Sum of RGB (Red+Green+Blue) = 18+234+210=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EAD2 is #ED152D. Grayscale: #A6A6A6. Windows color (decimal): -15537454 or 13822482. OLE color: 13822482.
HSL color Cylindrical-coordinate representation of color #12EAD2: hue angle of 173.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EAD2 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 210 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.08 |
| HSL | 173.33º | 0.86% | 0.49% | - |
| HSV(B) | 173.33º | 0.92% | 0.92% | - |
| XYZ | 41.31 | 63.63 | 71.08 | - |
| YUV | 166.68 | 152.44 | 21.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 210 | 0.92 | 0 | 0.10 | 0.08 | 173.33 | 0.86 | 0.49 |
| Hex | 12 | EA | D2 | 5C | 0 | A | 8 | AD | 56 | 31 |
| Octal | 22 | 352 | 322 | 134 | 0 | 12 | 10 | 255 | 126 | 61 |
| Binary | 10010 | 11101010 | 11010010 | 1011100 | 0 | 1010 | 1000 | 10101101 | 1010110 | 110001 |
Color Harmonies of #12EAD2
Complementary color
Monochromatic Colors of #12EAD2
Black with #12EAD2
Text Example
Text Example
White with #12EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EAD2; }
p { color: rgb(18,234,210); }
H1.HeaderClassName
{
color: #12EAD2;
}
.AnyTagClassName
{
color: #12EAD2;
}
</style>
background-color css
<style>
a { background-color: #12EAD2; }
a { background-color: rgb(18,234,210); }
div.DivClassName
{
background-color: #12EAD2;
}
.BgClassName
{
background-color: #12EAD2;
}
</style>
border-color css
<style>
span { border-color: #12EAD2; }
span { border-color: rgb(18,234,210); }
td.TdClassName
{
border-color: #12EAD2;
}
.TagClassName
{
border-color: #12EAD2;
}
</style>