Shades of Bright Turquoise #12EFCD
Tints of Bright Turquoise #12EFCD
RGB
CMYK
RGB Variations
Color information
#12EFCD (or 0x12EFCD) is known color: Bright Turquoise. HEX triplet: 12, EF and CD. RGB value is (18,239,205). Sum of RGB (Red+Green+Blue) = 18+239+205=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EFCD is #ED1032. Grayscale: #A8A8A8. Windows color (decimal): -15536179 or 13496082. OLE color: 13496082.
HSL color Cylindrical-coordinate representation of color #12EFCD: hue angle of 170.77º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EFCD is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 205 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.06 |
| HSL | 170.77º | 0.87% | 0.5% | - |
| HSV(B) | 170.77º | 0.92% | 0.94% | - |
| XYZ | 42.14 | 66.27 | 68.33 | - |
| YUV | 169.05 | 148.28 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 205 | 0.92 | 0 | 0.14 | 0.06 | 170.77 | 0.87 | 0.5 |
| Hex | 12 | EF | CD | 5C | 0 | E | 6 | AB | 57 | 32 |
| Octal | 22 | 357 | 315 | 134 | 0 | 16 | 6 | 253 | 127 | 62 |
| Binary | 10010 | 11101111 | 11001101 | 1011100 | 0 | 1110 | 110 | 10101011 | 1010111 | 110010 |
Color Harmonies of #12EFCD
Complementary color
Monochromatic Colors of #12EFCD
Black with #12EFCD
Text Example
Text Example
White with #12EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EFCD; }
p { color: rgb(18,239,205); }
H1.HeaderClassName
{
color: #12EFCD;
}
.AnyTagClassName
{
color: #12EFCD;
}
</style>
background-color css
<style>
a { background-color: #12EFCD; }
a { background-color: rgb(18,239,205); }
div.DivClassName
{
background-color: #12EFCD;
}
.BgClassName
{
background-color: #12EFCD;
}
</style>
border-color css
<style>
span { border-color: #12EFCD; }
span { border-color: rgb(18,239,205); }
td.TdClassName
{
border-color: #12EFCD;
}
.TagClassName
{
border-color: #12EFCD;
}
</style>