Shades of Bright Turquoise #12FEDE
Tints of Bright Turquoise #12FEDE
RGB
CMYK
RGB Variations
Color information
#12FEDE (or 0x12FEDE) is known color: Bright Turquoise. HEX triplet: 12, FE and DE. RGB value is (18,254,222). Sum of RGB (Red+Green+Blue) = 18+254+222=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FEDE is #ED0121. Grayscale: #B3B3B3. Windows color (decimal): -15532322 or 14614034. OLE color: 14614034.
HSL color Cylindrical-coordinate representation of color #12FEDE: hue angle of 171.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FEDE is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 222 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.00 |
| HSL | 171.86º | 0.99% | 0.53% | - |
| HSV(B) | 171.86º | 0.93% | 1% | - |
| XYZ | 48.88 | 76.29 | 81.26 | - |
| YUV | 179.79 | 151.81 | 12.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 222 | 0.93 | 0 | 0.13 | 0.00 | 171.86 | 0.99 | 0.53 |
| Hex | 12 | FE | DE | 5D | 0 | D | 0 | AC | 63 | 35 |
| Octal | 22 | 376 | 336 | 135 | 0 | 15 | 0 | 254 | 143 | 65 |
| Binary | 10010 | 11111110 | 11011110 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #12FEDE
Complementary color
Monochromatic Colors of #12FEDE
Black with #12FEDE
Text Example
Text Example
White with #12FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEDE; }
p { color: rgb(18,254,222); }
H1.HeaderClassName
{
color: #12FEDE;
}
.AnyTagClassName
{
color: #12FEDE;
}
</style>
background-color css
<style>
a { background-color: #12FEDE; }
a { background-color: rgb(18,254,222); }
div.DivClassName
{
background-color: #12FEDE;
}
.BgClassName
{
background-color: #12FEDE;
}
</style>
border-color css
<style>
span { border-color: #12FEDE; }
span { border-color: rgb(18,254,222); }
td.TdClassName
{
border-color: #12FEDE;
}
.TagClassName
{
border-color: #12FEDE;
}
</style>