Shades of Bright Turquoise #12FFE3
Tints of Bright Turquoise #12FFE3
RGB
CMYK
RGB Variations
Color information
#12FFE3 (or 0x12FFE3) is known color: Bright Turquoise. HEX triplet: 12, FF and E3. RGB value is (18,255,227). Sum of RGB (Red+Green+Blue) = 18+255+227=500 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFE3 is #ED001C. Grayscale: #B4B4B4. Windows color (decimal): -15532061 or 14941970. OLE color: 14941970.
HSL color Cylindrical-coordinate representation of color #12FFE3: hue angle of 172.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFE3 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 227 | - |
| CMYK | 0.93 | 0 | 0.11 | 0 |
| HSL | 172.91º | 1% | 0.54% | - |
| HSV(B) | 172.91º | 0.93% | 1% | - |
| XYZ | 49.87 | 77.19 | 84.94 | - |
| YUV | 180.95 | 153.98 | 11.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 227 | 0.93 | 0 | 0.11 | 0 | 172.91 | 1 | 0.54 |
| Hex | 12 | FF | E3 | 5D | 0 | B | 0 | AD | 64 | 36 |
| Octal | 22 | 377 | 343 | 135 | 0 | 13 | 0 | 255 | 144 | 66 |
| Binary | 10010 | 11111111 | 11100011 | 1011101 | 0 | 1011 | 0 | 10101101 | 1100100 | 110110 |
Color Harmonies of #12FFE3
Complementary color
Monochromatic Colors of #12FFE3
Black with #12FFE3
Text Example
Text Example
White with #12FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFE3; }
p { color: rgb(18,255,227); }
H1.HeaderClassName
{
color: #12FFE3;
}
.AnyTagClassName
{
color: #12FFE3;
}
</style>
background-color css
<style>
a { background-color: #12FFE3; }
a { background-color: rgb(18,255,227); }
div.DivClassName
{
background-color: #12FFE3;
}
.BgClassName
{
background-color: #12FFE3;
}
</style>
border-color css
<style>
span { border-color: #12FFE3; }
span { border-color: rgb(18,255,227); }
td.TdClassName
{
border-color: #12FFE3;
}
.TagClassName
{
border-color: #12FFE3;
}
</style>