Shades of Bright Turquoise #10ECE8
Tints of Bright Turquoise #10ECE8
RGB
CMYK
RGB Variations
Color information
#10ECE8 (or 0x10ECE8) is known color: Bright Turquoise. HEX triplet: 10, EC and E8. RGB value is (16,236,232). Sum of RGB (Red+Green+Blue) = 16+236+232=484 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECE8 is #EF1317. Grayscale: #A9A9A9. Windows color (decimal): -15667992 or 15264784. OLE color: 15264784.
HSL color Cylindrical-coordinate representation of color #10ECE8: hue angle of 178.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 #10ECE8 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 232 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.07 |
| HSL | 178.91º | 0.87% | 0.49% | - |
| HSV(B) | 178.91º | 0.93% | 0.93% | - |
| XYZ | 44.77 | 65.93 | 86.71 | - |
| YUV | 169.76 | 163.11 | 18.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 232 | 0.93 | 0 | 0.02 | 0.07 | 178.91 | 0.87 | 0.49 |
| Hex | 10 | EC | E8 | 5D | 0 | 2 | 7 | B3 | 57 | 31 |
| Octal | 20 | 354 | 350 | 135 | 0 | 2 | 7 | 263 | 127 | 61 |
| Binary | 10000 | 11101100 | 11101000 | 1011101 | 0 | 10 | 111 | 10110011 | 1010111 | 110001 |
Color Harmonies of #10ECE8
Complementary color
Monochromatic Colors of #10ECE8
Black with #10ECE8
Text Example
Text Example
White with #10ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECE8; }
p { color: rgb(16,236,232); }
H1.HeaderClassName
{
color: #10ECE8;
}
.AnyTagClassName
{
color: #10ECE8;
}
</style>
background-color css
<style>
a { background-color: #10ECE8; }
a { background-color: rgb(16,236,232); }
div.DivClassName
{
background-color: #10ECE8;
}
.BgClassName
{
background-color: #10ECE8;
}
</style>
border-color css
<style>
span { border-color: #10ECE8; }
span { border-color: rgb(16,236,232); }
td.TdClassName
{
border-color: #10ECE8;
}
.TagClassName
{
border-color: #10ECE8;
}
</style>