Shades of Bright Turquoise #12E9F1
Tints of Bright Turquoise #12E9F1
RGB
CMYK
RGB Variations
Color information
#12E9F1 (or 0x12E9F1) is known color: Bright Turquoise. HEX triplet: 12, E9 and F1. RGB value is (18,233,241). Sum of RGB (Red+Green+Blue) = 18+233+241=492 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.66% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #12E9F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E9F1 is #ED160E. Grayscale: #A9A9A9. Windows color (decimal): -15537679 or 15853842. OLE color: 15853842.
HSL color Cylindrical-coordinate representation of color #12E9F1: hue angle of 182.15º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12E9F1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 233 | 241 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.05 |
| HSL | 182.15º | 0.89% | 0.51% | - |
| HSV(B) | 182.15º | 0.93% | 0.95% | - |
| XYZ | 45.27 | 64.76 | 93.33 | - |
| YUV | 169.63 | 168.27 | 19.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 233 | 241 | 0.93 | 0.03 | 0 | 0.05 | 182.15 | 0.89 | 0.51 |
| Hex | 12 | E9 | F1 | 5D | 3 | 0 | 5 | B6 | 59 | 33 |
| Octal | 22 | 351 | 361 | 135 | 3 | 0 | 5 | 266 | 131 | 63 |
| Binary | 10010 | 11101001 | 11110001 | 1011101 | 11 | 0 | 101 | 10110110 | 1011001 | 110011 |
Color Harmonies of #12E9F1
Complementary color
Monochromatic Colors of #12E9F1
Black with #12E9F1
Text Example
Text Example
White with #12E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E9F1; }
p { color: rgb(18,233,241); }
H1.HeaderClassName
{
color: #12E9F1;
}
.AnyTagClassName
{
color: #12E9F1;
}
</style>
background-color css
<style>
a { background-color: #12E9F1; }
a { background-color: rgb(18,233,241); }
div.DivClassName
{
background-color: #12E9F1;
}
.BgClassName
{
background-color: #12E9F1;
}
</style>
border-color css
<style>
span { border-color: #12E9F1; }
span { border-color: rgb(18,233,241); }
td.TdClassName
{
border-color: #12E9F1;
}
.TagClassName
{
border-color: #12E9F1;
}
</style>