Shades of Bright Turquoise #12EDDD
Tints of Bright Turquoise #12EDDD
RGB
CMYK
RGB Variations
Color information
#12EDDD (or 0x12EDDD) is known color: Bright Turquoise. HEX triplet: 12, ED and DD. RGB value is (18,237,221). Sum of RGB (Red+Green+Blue) = 18+237+221=476 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.78% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EDDD is #ED1222. Grayscale: #A9A9A9. Windows color (decimal): -15536675 or 14544146. OLE color: 14544146.
HSL color Cylindrical-coordinate representation of color #12EDDD: hue angle of 175.62º 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 #12EDDD is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 221 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.07 |
| HSL | 175.62º | 0.86% | 0.5% | - |
| HSV(B) | 175.62º | 0.92% | 0.93% | - |
| XYZ | 43.58 | 65.92 | 78.83 | - |
| YUV | 169.7 | 156.95 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 221 | 0.92 | 0 | 0.07 | 0.07 | 175.62 | 0.86 | 0.5 |
| Hex | 12 | ED | DD | 5C | 0 | 7 | 7 | B0 | 56 | 32 |
| Octal | 22 | 355 | 335 | 134 | 0 | 7 | 7 | 260 | 126 | 62 |
| Binary | 10010 | 11101101 | 11011101 | 1011100 | 0 | 111 | 111 | 10110000 | 1010110 | 110010 |
Color Harmonies of #12EDDD
Complementary color
Monochromatic Colors of #12EDDD
Black with #12EDDD
Text Example
Text Example
White with #12EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDDD; }
p { color: rgb(18,237,221); }
H1.HeaderClassName
{
color: #12EDDD;
}
.AnyTagClassName
{
color: #12EDDD;
}
</style>
background-color css
<style>
a { background-color: #12EDDD; }
a { background-color: rgb(18,237,221); }
div.DivClassName
{
background-color: #12EDDD;
}
.BgClassName
{
background-color: #12EDDD;
}
</style>
border-color css
<style>
span { border-color: #12EDDD; }
span { border-color: rgb(18,237,221); }
td.TdClassName
{
border-color: #12EDDD;
}
.TagClassName
{
border-color: #12EDDD;
}
</style>