Shades of Bright Turquoise #12EADC
Tints of Bright Turquoise #12EADC
RGB
CMYK
RGB Variations
Color information
#12EADC (or 0x12EADC) is known color: Bright Turquoise. HEX triplet: 12, EA and DC. RGB value is (18,234,220). Sum of RGB (Red+Green+Blue) = 18+234+220=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #12EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EADC is #ED1523. Grayscale: #A7A7A7. Windows color (decimal): -15537444 or 14477842. OLE color: 14477842.
HSL color Cylindrical-coordinate representation of color #12EADC: hue angle of 176.11º 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 #12EADC is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 220 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.08 |
| HSL | 176.11º | 0.86% | 0.49% | - |
| HSV(B) | 176.11º | 0.92% | 0.92% | - |
| XYZ | 42.59 | 64.14 | 77.85 | - |
| YUV | 167.82 | 157.44 | 21.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 220 | 0.92 | 0 | 0.06 | 0.08 | 176.11 | 0.86 | 0.49 |
| Hex | 12 | EA | DC | 5C | 0 | 6 | 8 | B0 | 56 | 31 |
| Octal | 22 | 352 | 334 | 134 | 0 | 6 | 10 | 260 | 126 | 61 |
| Binary | 10010 | 11101010 | 11011100 | 1011100 | 0 | 110 | 1000 | 10110000 | 1010110 | 110001 |
Color Harmonies of #12EADC
Complementary color
Monochromatic Colors of #12EADC
Black with #12EADC
Text Example
Text Example
White with #12EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EADC; }
p { color: rgb(18,234,220); }
H1.HeaderClassName
{
color: #12EADC;
}
.AnyTagClassName
{
color: #12EADC;
}
</style>
background-color css
<style>
a { background-color: #12EADC; }
a { background-color: rgb(18,234,220); }
div.DivClassName
{
background-color: #12EADC;
}
.BgClassName
{
background-color: #12EADC;
}
</style>
border-color css
<style>
span { border-color: #12EADC; }
span { border-color: rgb(18,234,220); }
td.TdClassName
{
border-color: #12EADC;
}
.TagClassName
{
border-color: #12EADC;
}
</style>