Shades of Bright Turquoise #12EED5
Tints of Bright Turquoise #12EED5
RGB
CMYK
RGB Variations
Color information
#12EED5 (or 0x12EED5) is known color: Bright Turquoise. HEX triplet: 12, EE and D5. RGB value is (18,238,213). Sum of RGB (Red+Green+Blue) = 18+238+213=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #12EED5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EED5 is #ED112A. Grayscale: #A9A9A9. Windows color (decimal): -15536427 or 14020114. OLE color: 14020114.
HSL color Cylindrical-coordinate representation of color #12EED5: hue angle of 173.18º degrees, saturation: 0.87, 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 #12EED5 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 238 | 213 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.07 |
| HSL | 173.18º | 0.87% | 0.5% | - |
| HSV(B) | 173.18º | 0.92% | 0.93% | - |
| XYZ | 42.83 | 66.08 | 73.45 | - |
| YUV | 169.37 | 152.61 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 238 | 213 | 0.92 | 0 | 0.11 | 0.07 | 173.18 | 0.87 | 0.5 |
| Hex | 12 | EE | D5 | 5C | 0 | B | 7 | AD | 57 | 32 |
| Octal | 22 | 356 | 325 | 134 | 0 | 13 | 7 | 255 | 127 | 62 |
| Binary | 10010 | 11101110 | 11010101 | 1011100 | 0 | 1011 | 111 | 10101101 | 1010111 | 110010 |
Color Harmonies of #12EED5
Complementary color
Monochromatic Colors of #12EED5
Black with #12EED5
Text Example
Text Example
White with #12EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EED5; }
p { color: rgb(18,238,213); }
H1.HeaderClassName
{
color: #12EED5;
}
.AnyTagClassName
{
color: #12EED5;
}
</style>
background-color css
<style>
a { background-color: #12EED5; }
a { background-color: rgb(18,238,213); }
div.DivClassName
{
background-color: #12EED5;
}
.BgClassName
{
background-color: #12EED5;
}
</style>
border-color css
<style>
span { border-color: #12EED5; }
span { border-color: rgb(18,238,213); }
td.TdClassName
{
border-color: #12EED5;
}
.TagClassName
{
border-color: #12EED5;
}
</style>