Shades of Bright Turquoise #12EDE8
Tints of Bright Turquoise #12EDE8
RGB
CMYK
RGB Variations
Color information
#12EDE8 (or 0x12EDE8) is known color: Bright Turquoise. HEX triplet: 12, ED and E8. RGB value is (18,237,232). Sum of RGB (Red+Green+Blue) = 18+237+232=487 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EDE8 is #ED1217. Grayscale: #AAAAAA. Windows color (decimal): -15536664 or 15265042. OLE color: 15265042.
HSL color Cylindrical-coordinate representation of color #12EDE8: hue angle of 178.63º 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 #12EDE8 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 232 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.07 |
| HSL | 178.63º | 0.86% | 0.5% | - |
| HSV(B) | 178.63º | 0.92% | 0.93% | - |
| XYZ | 45.1 | 66.52 | 86.81 | - |
| YUV | 170.95 | 162.45 | 18.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 232 | 0.92 | 0 | 0.02 | 0.07 | 178.63 | 0.86 | 0.5 |
| Hex | 12 | ED | E8 | 5C | 0 | 2 | 7 | B3 | 56 | 32 |
| Octal | 22 | 355 | 350 | 134 | 0 | 2 | 7 | 263 | 126 | 62 |
| Binary | 10010 | 11101101 | 11101000 | 1011100 | 0 | 10 | 111 | 10110011 | 1010110 | 110010 |
Color Harmonies of #12EDE8
Complementary color
Monochromatic Colors of #12EDE8
Black with #12EDE8
Text Example
Text Example
White with #12EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDE8; }
p { color: rgb(18,237,232); }
H1.HeaderClassName
{
color: #12EDE8;
}
.AnyTagClassName
{
color: #12EDE8;
}
</style>
background-color css
<style>
a { background-color: #12EDE8; }
a { background-color: rgb(18,237,232); }
div.DivClassName
{
background-color: #12EDE8;
}
.BgClassName
{
background-color: #12EDE8;
}
</style>
border-color css
<style>
span { border-color: #12EDE8; }
span { border-color: rgb(18,237,232); }
td.TdClassName
{
border-color: #12EDE8;
}
.TagClassName
{
border-color: #12EDE8;
}
</style>