Shades of Bright Turquoise #12EDEF
Tints of Bright Turquoise #12EDEF
RGB
CMYK
RGB Variations
Color information
#12EDEF (or 0x12EDEF) is known color: Bright Turquoise. HEX triplet: 12, ED and EF. RGB value is (18,237,239). Sum of RGB (Red+Green+Blue) = 18+237+239=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #12EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EDEF is #ED1210. Grayscale: #ABABAB. Windows color (decimal): -15536657 or 15723794. OLE color: 15723794.
HSL color Cylindrical-coordinate representation of color #12EDEF: hue angle of 180.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EDEF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 237 | 239 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.06 |
| HSL | 180.54º | 0.87% | 0.5% | - |
| HSV(B) | 180.54º | 0.92% | 0.94% | - |
| XYZ | 46.11 | 66.93 | 92.15 | - |
| YUV | 171.75 | 165.95 | 18.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 239 | 0.92 | 0.01 | 0 | 0.06 | 180.54 | 0.87 | 0.5 |
| Hex | 12 | ED | EF | 5C | 1 | 0 | 6 | B5 | 57 | 32 |
| Octal | 22 | 355 | 357 | 134 | 1 | 0 | 6 | 265 | 127 | 62 |
| Binary | 10010 | 11101101 | 11101111 | 1011100 | 1 | 0 | 110 | 10110101 | 1010111 | 110010 |
Color Harmonies of #12EDEF
Complementary color
Monochromatic Colors of #12EDEF
Black with #12EDEF
Text Example
Text Example
White with #12EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDEF; }
p { color: rgb(18,237,239); }
H1.HeaderClassName
{
color: #12EDEF;
}
.AnyTagClassName
{
color: #12EDEF;
}
</style>
background-color css
<style>
a { background-color: #12EDEF; }
a { background-color: rgb(18,237,239); }
div.DivClassName
{
background-color: #12EDEF;
}
.BgClassName
{
background-color: #12EDEF;
}
</style>
border-color css
<style>
span { border-color: #12EDEF; }
span { border-color: rgb(18,237,239); }
td.TdClassName
{
border-color: #12EDEF;
}
.TagClassName
{
border-color: #12EDEF;
}
</style>