Shades of Bright Turquoise #12FFE9
Tints of Bright Turquoise #12FFE9
RGB
CMYK
RGB Variations
Color information
#12FFE9 (or 0x12FFE9) is known color: Bright Turquoise. HEX triplet: 12, FF and E9. RGB value is (18,255,233). Sum of RGB (Red+Green+Blue) = 18+255+233=506 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFE9 is #ED0016. Grayscale: #B5B5B5. Windows color (decimal): -15532055 or 15335186. OLE color: 15335186.
HSL color Cylindrical-coordinate representation of color #12FFE9: hue angle of 174.43º 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 #12FFE9 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 233 | - |
| CMYK | 0.93 | 0 | 0.09 | 0 |
| HSL | 174.43º | 1% | 0.54% | - |
| HSV(B) | 174.43º | 0.93% | 1% | - |
| XYZ | 50.72 | 77.53 | 89.38 | - |
| YUV | 181.63 | 156.98 | 11.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 233 | 0.93 | 0 | 0.09 | 0 | 174.43 | 1 | 0.54 |
| Hex | 12 | FF | E9 | 5D | 0 | 9 | 0 | AE | 64 | 36 |
| Octal | 22 | 377 | 351 | 135 | 0 | 11 | 0 | 256 | 144 | 66 |
| Binary | 10010 | 11111111 | 11101001 | 1011101 | 0 | 1001 | 0 | 10101110 | 1100100 | 110110 |
Color Harmonies of #12FFE9
Complementary color
Monochromatic Colors of #12FFE9
Black with #12FFE9
Text Example
Text Example
White with #12FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFE9; }
p { color: rgb(18,255,233); }
H1.HeaderClassName
{
color: #12FFE9;
}
.AnyTagClassName
{
color: #12FFE9;
}
</style>
background-color css
<style>
a { background-color: #12FFE9; }
a { background-color: rgb(18,255,233); }
div.DivClassName
{
background-color: #12FFE9;
}
.BgClassName
{
background-color: #12FFE9;
}
</style>
border-color css
<style>
span { border-color: #12FFE9; }
span { border-color: rgb(18,255,233); }
td.TdClassName
{
border-color: #12FFE9;
}
.TagClassName
{
border-color: #12FFE9;
}
</style>