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