Shades of Bright Turquoise #10E8BC
Tints of Bright Turquoise #10E8BC
RGB
CMYK
RGB Variations
Color information
#10E8BC (or 0x10E8BC) is known color: Bright Turquoise. HEX triplet: 10, E8 and BC. RGB value is (16,232,188). Sum of RGB (Red+Green+Blue) = 16+232+188=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #10E8BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E8BC is #EF1743. Grayscale: #A2A2A2. Windows color (decimal): -15669060 or 12380176. OLE color: 12380176.
HSL color Cylindrical-coordinate representation of color #10E8BC: hue angle of 167.78º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E8BC is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 232 | 188 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.09 |
| HSL | 167.78º | 0.87% | 0.49% | - |
| HSV(B) | 167.78º | 0.93% | 0.91% | - |
| XYZ | 38.15 | 61.45 | 57.43 | - |
| YUV | 162.4 | 142.44 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 232 | 188 | 0.93 | 0 | 0.19 | 0.09 | 167.78 | 0.87 | 0.49 |
| Hex | 10 | E8 | BC | 5D | 0 | 13 | 9 | A8 | 57 | 31 |
| Octal | 20 | 350 | 274 | 135 | 0 | 23 | 11 | 250 | 127 | 61 |
| Binary | 10000 | 11101000 | 10111100 | 1011101 | 0 | 10011 | 1001 | 10101000 | 1010111 | 110001 |
Color Harmonies of #10E8BC
Complementary color
Monochromatic Colors of #10E8BC
Black with #10E8BC
Text Example
Text Example
White with #10E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E8BC; }
p { color: rgb(16,232,188); }
H1.HeaderClassName
{
color: #10E8BC;
}
.AnyTagClassName
{
color: #10E8BC;
}
</style>
background-color css
<style>
a { background-color: #10E8BC; }
a { background-color: rgb(16,232,188); }
div.DivClassName
{
background-color: #10E8BC;
}
.BgClassName
{
background-color: #10E8BC;
}
</style>
border-color css
<style>
span { border-color: #10E8BC; }
span { border-color: rgb(16,232,188); }
td.TdClassName
{
border-color: #10E8BC;
}
.TagClassName
{
border-color: #10E8BC;
}
</style>