Shades of Bright Turquoise #10E0EC
Tints of Bright Turquoise #10E0EC
RGB
CMYK
RGB Variations
Color information
#10E0EC (or 0x10E0EC) is known color: Bright Turquoise. HEX triplet: 10, E0 and EC. RGB value is (16,224,236). Sum of RGB (Red+Green+Blue) = 16+224+236=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #10E0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E0EC is #EF1F13. Grayscale: #A2A2A2. Windows color (decimal): -15671060 or 15523856. OLE color: 15523856.
HSL color Cylindrical-coordinate representation of color #10E0EC: hue angle of 183.27º 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 #10E0EC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 224 | 236 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.07 |
| HSL | 183.27º | 0.87% | 0.49% | - |
| HSV(B) | 183.27º | 0.93% | 0.93% | - |
| XYZ | 42.01 | 59.48 | 88.62 | - |
| YUV | 163.18 | 169.09 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 236 | 0.93 | 0.05 | 0 | 0.07 | 183.27 | 0.87 | 0.49 |
| Hex | 10 | E0 | EC | 5D | 5 | 0 | 7 | B7 | 57 | 31 |
| Octal | 20 | 340 | 354 | 135 | 5 | 0 | 7 | 267 | 127 | 61 |
| Binary | 10000 | 11100000 | 11101100 | 1011101 | 101 | 0 | 111 | 10110111 | 1010111 | 110001 |
Color Harmonies of #10E0EC
Complementary color
Monochromatic Colors of #10E0EC
Black with #10E0EC
Text Example
Text Example
White with #10E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E0EC; }
p { color: rgb(16,224,236); }
H1.HeaderClassName
{
color: #10E0EC;
}
.AnyTagClassName
{
color: #10E0EC;
}
</style>
background-color css
<style>
a { background-color: #10E0EC; }
a { background-color: rgb(16,224,236); }
div.DivClassName
{
background-color: #10E0EC;
}
.BgClassName
{
background-color: #10E0EC;
}
</style>
border-color css
<style>
span { border-color: #10E0EC; }
span { border-color: rgb(16,224,236); }
td.TdClassName
{
border-color: #10E0EC;
}
.TagClassName
{
border-color: #10E0EC;
}
</style>