Shades of Bright Turquoise #12FECE
Tints of Bright Turquoise #12FECE
RGB
CMYK
RGB Variations
Color information
#12FECE (or 0x12FECE) is known color: Bright Turquoise. HEX triplet: 12, FE and CE. RGB value is (18,254,206). Sum of RGB (Red+Green+Blue) = 18+254+206=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #12FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FECE is #ED0131. Grayscale: #B1B1B1. Windows color (decimal): -15532338 or 13565458. OLE color: 13565458.
HSL color Cylindrical-coordinate representation of color #12FECE: hue angle of 167.8º 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 #12FECE is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 206 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.00 |
| HSL | 167.8º | 0.99% | 0.53% | - |
| HSV(B) | 167.8º | 0.93% | 1% | - |
| XYZ | 46.83 | 75.47 | 70.49 | - |
| YUV | 177.96 | 143.81 | 13.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 206 | 0.93 | 0 | 0.19 | 0.00 | 167.8 | 0.99 | 0.53 |
| Hex | 12 | FE | CE | 5D | 0 | 13 | 0 | A8 | 63 | 35 |
| Octal | 22 | 376 | 316 | 135 | 0 | 23 | 0 | 250 | 143 | 65 |
| Binary | 10010 | 11111110 | 11001110 | 1011101 | 0 | 10011 | 0 | 10101000 | 1100011 | 110101 |
Color Harmonies of #12FECE
Complementary color
Monochromatic Colors of #12FECE
Black with #12FECE
Text Example
Text Example
White with #12FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FECE; }
p { color: rgb(18,254,206); }
H1.HeaderClassName
{
color: #12FECE;
}
.AnyTagClassName
{
color: #12FECE;
}
</style>
background-color css
<style>
a { background-color: #12FECE; }
a { background-color: rgb(18,254,206); }
div.DivClassName
{
background-color: #12FECE;
}
.BgClassName
{
background-color: #12FECE;
}
</style>
border-color css
<style>
span { border-color: #12FECE; }
span { border-color: rgb(18,254,206); }
td.TdClassName
{
border-color: #12FECE;
}
.TagClassName
{
border-color: #12FECE;
}
</style>