Shades of Bright Turquoise #10E5EC
Tints of Bright Turquoise #10E5EC
RGB
CMYK
RGB Variations
Color information
#10E5EC (or 0x10E5EC) is known color: Bright Turquoise. HEX triplet: 10, E5 and EC. RGB value is (16,229,236). Sum of RGB (Red+Green+Blue) = 16+229+236=481 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #10E5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5EC is #EF1A13. Grayscale: #A5A5A5. Windows color (decimal): -15669780 or 15525136. OLE color: 15525136.
HSL color Cylindrical-coordinate representation of color #10E5EC: hue angle of 181.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E5EC is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 229 | 236 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.07 |
| HSL | 181.91º | 0.87% | 0.49% | - |
| HSV(B) | 181.91º | 0.93% | 0.93% | - |
| XYZ | 43.37 | 62.2 | 89.08 | - |
| YUV | 166.11 | 167.43 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 236 | 0.93 | 0.03 | 0 | 0.07 | 181.91 | 0.87 | 0.49 |
| Hex | 10 | E5 | EC | 5D | 3 | 0 | 7 | B6 | 57 | 31 |
| Octal | 20 | 345 | 354 | 135 | 3 | 0 | 7 | 266 | 127 | 61 |
| Binary | 10000 | 11100101 | 11101100 | 1011101 | 11 | 0 | 111 | 10110110 | 1010111 | 110001 |
Color Harmonies of #10E5EC
Complementary color
Monochromatic Colors of #10E5EC
Black with #10E5EC
Text Example
Text Example
White with #10E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E5EC; }
p { color: rgb(16,229,236); }
H1.HeaderClassName
{
color: #10E5EC;
}
.AnyTagClassName
{
color: #10E5EC;
}
</style>
background-color css
<style>
a { background-color: #10E5EC; }
a { background-color: rgb(16,229,236); }
div.DivClassName
{
background-color: #10E5EC;
}
.BgClassName
{
background-color: #10E5EC;
}
</style>
border-color css
<style>
span { border-color: #10E5EC; }
span { border-color: rgb(16,229,236); }
td.TdClassName
{
border-color: #10E5EC;
}
.TagClassName
{
border-color: #10E5EC;
}
</style>