Shades of Bright Turquoise #10E6BA
Tints of Bright Turquoise #10E6BA
RGB
CMYK
RGB Variations
Color information
#10E6BA (or 0x10E6BA) is known color: Bright Turquoise. HEX triplet: 10, E6 and BA. RGB value is (16,230,186). Sum of RGB (Red+Green+Blue) = 16+230+186=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #10E6BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E6BA is #EF1945. Grayscale: #A0A0A0. Windows color (decimal): -15669574 or 12248592. OLE color: 12248592.
HSL color Cylindrical-coordinate representation of color #10E6BA: hue angle of 167.66º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E6BA is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 186 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.10 |
| HSL | 167.66º | 0.87% | 0.48% | - |
| HSV(B) | 167.66º | 0.93% | 0.9% | - |
| XYZ | 37.37 | 60.25 | 56.11 | - |
| YUV | 161 | 142.1 | 24.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 186 | 0.93 | 0 | 0.19 | 0.10 | 167.66 | 0.87 | 0.48 |
| Hex | 10 | E6 | BA | 5D | 0 | 13 | A | A8 | 57 | 30 |
| Octal | 20 | 346 | 272 | 135 | 0 | 23 | 12 | 250 | 127 | 60 |
| Binary | 10000 | 11100110 | 10111010 | 1011101 | 0 | 10011 | 1010 | 10101000 | 1010111 | 110000 |
Color Harmonies of #10E6BA
Complementary color
Monochromatic Colors of #10E6BA
Black with #10E6BA
Text Example
Text Example
White with #10E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E6BA; }
p { color: rgb(16,230,186); }
H1.HeaderClassName
{
color: #10E6BA;
}
.AnyTagClassName
{
color: #10E6BA;
}
</style>
background-color css
<style>
a { background-color: #10E6BA; }
a { background-color: rgb(16,230,186); }
div.DivClassName
{
background-color: #10E6BA;
}
.BgClassName
{
background-color: #10E6BA;
}
</style>
border-color css
<style>
span { border-color: #10E6BA; }
span { border-color: rgb(16,230,186); }
td.TdClassName
{
border-color: #10E6BA;
}
.TagClassName
{
border-color: #10E6BA;
}
</style>