Shades of Bright Turquoise #12EDE4
Tints of Bright Turquoise #12EDE4
RGB
CMYK
RGB Variations
Color information
#12EDE4 (or 0x12EDE4) is known color: Bright Turquoise. HEX triplet: 12, ED and E4. RGB value is (18,237,228). Sum of RGB (Red+Green+Blue) = 18+237+228=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EDE4 is #ED121B. Grayscale: #AAAAAA. Windows color (decimal): -15536668 or 15002898. OLE color: 15002898.
HSL color Cylindrical-coordinate representation of color #12EDE4: hue angle of 177.53º 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 #12EDE4 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 228 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.07 |
| HSL | 177.53º | 0.86% | 0.5% | - |
| HSV(B) | 177.53º | 0.92% | 0.93% | - |
| XYZ | 44.54 | 66.3 | 83.85 | - |
| YUV | 170.49 | 160.45 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 228 | 0.92 | 0 | 0.04 | 0.07 | 177.53 | 0.86 | 0.5 |
| Hex | 12 | ED | E4 | 5C | 0 | 4 | 7 | B2 | 56 | 32 |
| Octal | 22 | 355 | 344 | 134 | 0 | 4 | 7 | 262 | 126 | 62 |
| Binary | 10010 | 11101101 | 11100100 | 1011100 | 0 | 100 | 111 | 10110010 | 1010110 | 110010 |
Color Harmonies of #12EDE4
Complementary color
Monochromatic Colors of #12EDE4
Black with #12EDE4
Text Example
Text Example
White with #12EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDE4; }
p { color: rgb(18,237,228); }
H1.HeaderClassName
{
color: #12EDE4;
}
.AnyTagClassName
{
color: #12EDE4;
}
</style>
background-color css
<style>
a { background-color: #12EDE4; }
a { background-color: rgb(18,237,228); }
div.DivClassName
{
background-color: #12EDE4;
}
.BgClassName
{
background-color: #12EDE4;
}
</style>
border-color css
<style>
span { border-color: #12EDE4; }
span { border-color: rgb(18,237,228); }
td.TdClassName
{
border-color: #12EDE4;
}
.TagClassName
{
border-color: #12EDE4;
}
</style>