Shades of Bright Turquoise #12EED8
Tints of Bright Turquoise #12EED8
RGB
CMYK
RGB Variations
Color information
#12EED8 (or 0x12EED8) is known color: Bright Turquoise. HEX triplet: 12, EE and D8. RGB value is (18,238,216). Sum of RGB (Red+Green+Blue) = 18+238+216=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #12EED8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EED8 is #ED1127. Grayscale: #A9A9A9. Windows color (decimal): -15536424 or 14216722. OLE color: 14216722.
HSL color Cylindrical-coordinate representation of color #12EED8: hue angle of 174º 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 #12EED8 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 238 | 216 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.07 |
| HSL | 174º | 0.87% | 0.5% | - |
| HSV(B) | 174º | 0.92% | 0.93% | - |
| XYZ | 43.22 | 66.24 | 75.47 | - |
| YUV | 169.71 | 154.11 | 19.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 238 | 216 | 0.92 | 0 | 0.09 | 0.07 | 174 | 0.87 | 0.5 |
| Hex | 12 | EE | D8 | 5C | 0 | 9 | 7 | AE | 57 | 32 |
| Octal | 22 | 356 | 330 | 134 | 0 | 11 | 7 | 256 | 127 | 62 |
| Binary | 10010 | 11101110 | 11011000 | 1011100 | 0 | 1001 | 111 | 10101110 | 1010111 | 110010 |
Color Harmonies of #12EED8
Complementary color
Monochromatic Colors of #12EED8
Black with #12EED8
Text Example
Text Example
White with #12EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EED8; }
p { color: rgb(18,238,216); }
H1.HeaderClassName
{
color: #12EED8;
}
.AnyTagClassName
{
color: #12EED8;
}
</style>
background-color css
<style>
a { background-color: #12EED8; }
a { background-color: rgb(18,238,216); }
div.DivClassName
{
background-color: #12EED8;
}
.BgClassName
{
background-color: #12EED8;
}
</style>
border-color css
<style>
span { border-color: #12EED8; }
span { border-color: rgb(18,238,216); }
td.TdClassName
{
border-color: #12EED8;
}
.TagClassName
{
border-color: #12EED8;
}
</style>