Shades of Bright Turquoise #12FFE5
Tints of Bright Turquoise #12FFE5
RGB
CMYK
RGB Variations
Color information
#12FFE5 (or 0x12FFE5) is known color: Bright Turquoise. HEX triplet: 12, FF and E5. RGB value is (18,255,229). Sum of RGB (Red+Green+Blue) = 18+255+229=502 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.59% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFE5 is #ED001A. Grayscale: #B5B5B5. Windows color (decimal): -15532059 or 15073042. OLE color: 15073042.
HSL color Cylindrical-coordinate representation of color #12FFE5: hue angle of 173.42º 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 #12FFE5 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 229 | - |
| CMYK | 0.93 | 0 | 0.10 | 0 |
| HSL | 173.42º | 1% | 0.54% | - |
| HSV(B) | 173.42º | 0.93% | 1% | - |
| XYZ | 50.15 | 77.31 | 86.41 | - |
| YUV | 181.17 | 154.98 | 11.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 229 | 0.93 | 0 | 0.10 | 0 | 173.42 | 1 | 0.54 |
| Hex | 12 | FF | E5 | 5D | 0 | A | 0 | AD | 64 | 36 |
| Octal | 22 | 377 | 345 | 135 | 0 | 12 | 0 | 255 | 144 | 66 |
| Binary | 10010 | 11111111 | 11100101 | 1011101 | 0 | 1010 | 0 | 10101101 | 1100100 | 110110 |
Color Harmonies of #12FFE5
Complementary color
Monochromatic Colors of #12FFE5
Black with #12FFE5
Text Example
Text Example
White with #12FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFE5; }
p { color: rgb(18,255,229); }
H1.HeaderClassName
{
color: #12FFE5;
}
.AnyTagClassName
{
color: #12FFE5;
}
</style>
background-color css
<style>
a { background-color: #12FFE5; }
a { background-color: rgb(18,255,229); }
div.DivClassName
{
background-color: #12FFE5;
}
.BgClassName
{
background-color: #12FFE5;
}
</style>
border-color css
<style>
span { border-color: #12FFE5; }
span { border-color: rgb(18,255,229); }
td.TdClassName
{
border-color: #12FFE5;
}
.TagClassName
{
border-color: #12FFE5;
}
</style>