Shades of Bright Turquoise #10E7EC
Tints of Bright Turquoise #10E7EC
RGB
CMYK
RGB Variations
Color information
#10E7EC (or 0x10E7EC) is known color: Bright Turquoise. HEX triplet: 10, E7 and EC. RGB value is (16,231,236). Sum of RGB (Red+Green+Blue) = 16+231+236=483 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #10E7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E7EC is #EF1813. Grayscale: #A7A7A7. Windows color (decimal): -15669268 or 15525648. OLE color: 15525648.
HSL color Cylindrical-coordinate representation of color #10E7EC: hue angle of 181.36º 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 #10E7EC is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 231 | 236 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.07 |
| HSL | 181.36º | 0.87% | 0.49% | - |
| HSV(B) | 181.36º | 0.93% | 0.93% | - |
| XYZ | 43.93 | 63.32 | 89.26 | - |
| YUV | 167.29 | 166.77 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 236 | 0.93 | 0.02 | 0 | 0.07 | 181.36 | 0.87 | 0.49 |
| Hex | 10 | E7 | EC | 5D | 2 | 0 | 7 | B5 | 57 | 31 |
| Octal | 20 | 347 | 354 | 135 | 2 | 0 | 7 | 265 | 127 | 61 |
| Binary | 10000 | 11100111 | 11101100 | 1011101 | 10 | 0 | 111 | 10110101 | 1010111 | 110001 |
Color Harmonies of #10E7EC
Complementary color
Monochromatic Colors of #10E7EC
Black with #10E7EC
Text Example
Text Example
White with #10E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E7EC; }
p { color: rgb(16,231,236); }
H1.HeaderClassName
{
color: #10E7EC;
}
.AnyTagClassName
{
color: #10E7EC;
}
</style>
background-color css
<style>
a { background-color: #10E7EC; }
a { background-color: rgb(16,231,236); }
div.DivClassName
{
background-color: #10E7EC;
}
.BgClassName
{
background-color: #10E7EC;
}
</style>
border-color css
<style>
span { border-color: #10E7EC; }
span { border-color: rgb(16,231,236); }
td.TdClassName
{
border-color: #10E7EC;
}
.TagClassName
{
border-color: #10E7EC;
}
</style>