Shades of Bright Turquoise #12FED4
Tints of Bright Turquoise #12FED4
RGB
CMYK
RGB Variations
Color information
#12FED4 (or 0x12FED4) is known color: Bright Turquoise. HEX triplet: 12, FE and D4. RGB value is (18,254,212). Sum of RGB (Red+Green+Blue) = 18+254+212=484 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.72% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #12FED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FED4 is #ED012B. Grayscale: #B2B2B2. Windows color (decimal): -15532332 or 13958674. OLE color: 13958674.
HSL color Cylindrical-coordinate representation of color #12FED4: hue angle of 169.32º 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 #12FED4 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 212 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.00 |
| HSL | 169.32º | 0.99% | 0.53% | - |
| HSV(B) | 169.32º | 0.93% | 1% | - |
| XYZ | 47.57 | 75.77 | 74.4 | - |
| YUV | 178.65 | 146.81 | 13.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 212 | 0.93 | 0 | 0.17 | 0.00 | 169.32 | 0.99 | 0.53 |
| Hex | 12 | FE | D4 | 5D | 0 | 11 | 0 | A9 | 63 | 35 |
| Octal | 22 | 376 | 324 | 135 | 0 | 21 | 0 | 251 | 143 | 65 |
| Binary | 10010 | 11111110 | 11010100 | 1011101 | 0 | 10001 | 0 | 10101001 | 1100011 | 110101 |
Color Harmonies of #12FED4
Complementary color
Monochromatic Colors of #12FED4
Black with #12FED4
Text Example
Text Example
White with #12FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FED4; }
p { color: rgb(18,254,212); }
H1.HeaderClassName
{
color: #12FED4;
}
.AnyTagClassName
{
color: #12FED4;
}
</style>
background-color css
<style>
a { background-color: #12FED4; }
a { background-color: rgb(18,254,212); }
div.DivClassName
{
background-color: #12FED4;
}
.BgClassName
{
background-color: #12FED4;
}
</style>
border-color css
<style>
span { border-color: #12FED4; }
span { border-color: rgb(18,254,212); }
td.TdClassName
{
border-color: #12FED4;
}
.TagClassName
{
border-color: #12FED4;
}
</style>