Shades of Bright Turquoise #10E7D5
Tints of Bright Turquoise #10E7D5
RGB
CMYK
RGB Variations
Color information
#10E7D5 (or 0x10E7D5) is known color: Bright Turquoise. HEX triplet: 10, E7 and D5. RGB value is (16,231,213). Sum of RGB (Red+Green+Blue) = 16+231+213=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #10E7D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E7D5 is #EF182A. Grayscale: #A4A4A4. Windows color (decimal): -15669291 or 14018320. OLE color: 14018320.
HSL color Cylindrical-coordinate representation of color #10E7D5: hue angle of 174.98º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E7D5 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 231 | 213 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.09 |
| HSL | 174.98º | 0.87% | 0.48% | - |
| HSV(B) | 174.98º | 0.93% | 0.91% | - |
| XYZ | 40.8 | 62.07 | 72.78 | - |
| YUV | 164.66 | 155.27 | 21.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 213 | 0.93 | 0 | 0.08 | 0.09 | 174.98 | 0.87 | 0.48 |
| Hex | 10 | E7 | D5 | 5D | 0 | 8 | 9 | AF | 57 | 30 |
| Octal | 20 | 347 | 325 | 135 | 0 | 10 | 11 | 257 | 127 | 60 |
| Binary | 10000 | 11100111 | 11010101 | 1011101 | 0 | 1000 | 1001 | 10101111 | 1010111 | 110000 |
Color Harmonies of #10E7D5
Complementary color
Monochromatic Colors of #10E7D5
Black with #10E7D5
Text Example
Text Example
White with #10E7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E7D5; }
p { color: rgb(16,231,213); }
H1.HeaderClassName
{
color: #10E7D5;
}
.AnyTagClassName
{
color: #10E7D5;
}
</style>
background-color css
<style>
a { background-color: #10E7D5; }
a { background-color: rgb(16,231,213); }
div.DivClassName
{
background-color: #10E7D5;
}
.BgClassName
{
background-color: #10E7D5;
}
</style>
border-color css
<style>
span { border-color: #10E7D5; }
span { border-color: rgb(16,231,213); }
td.TdClassName
{
border-color: #10E7D5;
}
.TagClassName
{
border-color: #10E7D5;
}
</style>