Shades of Bright Turquoise #12FED1
Tints of Bright Turquoise #12FED1
RGB
CMYK
RGB Variations
Color information
#12FED1 (or 0x12FED1) is known color: Bright Turquoise. HEX triplet: 12, FE and D1. RGB value is (18,254,209). Sum of RGB (Red+Green+Blue) = 18+254+209=481 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.74% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #12FED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FED1 is #ED012E. Grayscale: #B2B2B2. Windows color (decimal): -15532335 or 13762066. OLE color: 13762066.
HSL color Cylindrical-coordinate representation of color #12FED1: hue angle of 168.56º 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 #12FED1 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 209 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.00 |
| HSL | 168.56º | 0.99% | 0.53% | - |
| HSV(B) | 168.56º | 0.93% | 1% | - |
| XYZ | 47.2 | 75.62 | 72.43 | - |
| YUV | 178.31 | 145.31 | 13.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 209 | 0.93 | 0 | 0.18 | 0.00 | 168.56 | 0.99 | 0.53 |
| Hex | 12 | FE | D1 | 5D | 0 | 12 | 0 | A9 | 63 | 35 |
| Octal | 22 | 376 | 321 | 135 | 0 | 22 | 0 | 251 | 143 | 65 |
| Binary | 10010 | 11111110 | 11010001 | 1011101 | 0 | 10010 | 0 | 10101001 | 1100011 | 110101 |
Color Harmonies of #12FED1
Complementary color
Monochromatic Colors of #12FED1
Black with #12FED1
Text Example
Text Example
White with #12FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FED1; }
p { color: rgb(18,254,209); }
H1.HeaderClassName
{
color: #12FED1;
}
.AnyTagClassName
{
color: #12FED1;
}
</style>
background-color css
<style>
a { background-color: #12FED1; }
a { background-color: rgb(18,254,209); }
div.DivClassName
{
background-color: #12FED1;
}
.BgClassName
{
background-color: #12FED1;
}
</style>
border-color css
<style>
span { border-color: #12FED1; }
span { border-color: rgb(18,254,209); }
td.TdClassName
{
border-color: #12FED1;
}
.TagClassName
{
border-color: #12FED1;
}
</style>