Shades of Bright Turquoise #10ECC9
Tints of Bright Turquoise #10ECC9
RGB
CMYK
RGB Variations
Color information
#10ECC9 (or 0x10ECC9) is known color: Bright Turquoise. HEX triplet: 10, EC and C9. RGB value is (16,236,201). Sum of RGB (Red+Green+Blue) = 16+236+201=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECC9 is #EF1336. Grayscale: #A6A6A6. Windows color (decimal): -15668023 or 13233168. OLE color: 13233168.
HSL color Cylindrical-coordinate representation of color #10ECC9: hue angle of 170.45º 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 #10ECC9 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 201 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.07 |
| HSL | 170.45º | 0.87% | 0.49% | - |
| HSV(B) | 170.45º | 0.93% | 0.93% | - |
| XYZ | 40.75 | 64.32 | 65.53 | - |
| YUV | 166.23 | 147.61 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 201 | 0.93 | 0 | 0.15 | 0.07 | 170.45 | 0.87 | 0.49 |
| Hex | 10 | EC | C9 | 5D | 0 | F | 7 | AA | 57 | 31 |
| Octal | 20 | 354 | 311 | 135 | 0 | 17 | 7 | 252 | 127 | 61 |
| Binary | 10000 | 11101100 | 11001001 | 1011101 | 0 | 1111 | 111 | 10101010 | 1010111 | 110001 |
Color Harmonies of #10ECC9
Complementary color
Monochromatic Colors of #10ECC9
Black with #10ECC9
Text Example
Text Example
White with #10ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECC9; }
p { color: rgb(16,236,201); }
H1.HeaderClassName
{
color: #10ECC9;
}
.AnyTagClassName
{
color: #10ECC9;
}
</style>
background-color css
<style>
a { background-color: #10ECC9; }
a { background-color: rgb(16,236,201); }
div.DivClassName
{
background-color: #10ECC9;
}
.BgClassName
{
background-color: #10ECC9;
}
</style>
border-color css
<style>
span { border-color: #10ECC9; }
span { border-color: rgb(16,236,201); }
td.TdClassName
{
border-color: #10ECC9;
}
.TagClassName
{
border-color: #10ECC9;
}
</style>