Shades of Bright Turquoise #12EDD5
Tints of Bright Turquoise #12EDD5
RGB
CMYK
RGB Variations
Color information
#12EDD5 (or 0x12EDD5) is known color: Bright Turquoise. HEX triplet: 12, ED and D5. RGB value is (18,237,213). Sum of RGB (Red+Green+Blue) = 18+237+213=468 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EDD5 is #ED122A. Grayscale: #A8A8A8. Windows color (decimal): -15536683 or 14019858. OLE color: 14019858.
HSL color Cylindrical-coordinate representation of color #12EDD5: hue angle of 173.42º 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 #12EDD5 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 213 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.07 |
| HSL | 173.42º | 0.86% | 0.5% | - |
| HSV(B) | 173.42º | 0.92% | 0.93% | - |
| XYZ | 42.54 | 65.5 | 73.35 | - |
| YUV | 168.78 | 152.95 | 20.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 213 | 0.92 | 0 | 0.10 | 0.07 | 173.42 | 0.86 | 0.5 |
| Hex | 12 | ED | D5 | 5C | 0 | A | 7 | AD | 56 | 32 |
| Octal | 22 | 355 | 325 | 134 | 0 | 12 | 7 | 255 | 126 | 62 |
| Binary | 10010 | 11101101 | 11010101 | 1011100 | 0 | 1010 | 111 | 10101101 | 1010110 | 110010 |
Color Harmonies of #12EDD5
Complementary color
Monochromatic Colors of #12EDD5
Black with #12EDD5
Text Example
Text Example
White with #12EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDD5; }
p { color: rgb(18,237,213); }
H1.HeaderClassName
{
color: #12EDD5;
}
.AnyTagClassName
{
color: #12EDD5;
}
</style>
background-color css
<style>
a { background-color: #12EDD5; }
a { background-color: rgb(18,237,213); }
div.DivClassName
{
background-color: #12EDD5;
}
.BgClassName
{
background-color: #12EDD5;
}
</style>
border-color css
<style>
span { border-color: #12EDD5; }
span { border-color: rgb(18,237,213); }
td.TdClassName
{
border-color: #12EDD5;
}
.TagClassName
{
border-color: #12EDD5;
}
</style>