Shades of Bright Turquoise #10EABD
Tints of Bright Turquoise #10EABD
RGB
CMYK
RGB Variations
Color information
#10EABD (or 0x10EABD) is known color: Bright Turquoise. HEX triplet: 10, EA and BD. RGB value is (16,234,189). Sum of RGB (Red+Green+Blue) = 16+234+189=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #10EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EABD is #EF1542. Grayscale: #A3A3A3. Windows color (decimal): -15668547 or 12446224. OLE color: 12446224.
HSL color Cylindrical-coordinate representation of color #10EABD: hue angle of 167.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EABD is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 189 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.08 |
| HSL | 167.61º | 0.87% | 0.49% | - |
| HSV(B) | 167.61º | 0.93% | 0.92% | - |
| XYZ | 38.82 | 62.63 | 58.19 | - |
| YUV | 163.69 | 142.28 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 189 | 0.93 | 0 | 0.19 | 0.08 | 167.61 | 0.87 | 0.49 |
| Hex | 10 | EA | BD | 5D | 0 | 13 | 8 | A8 | 57 | 31 |
| Octal | 20 | 352 | 275 | 135 | 0 | 23 | 10 | 250 | 127 | 61 |
| Binary | 10000 | 11101010 | 10111101 | 1011101 | 0 | 10011 | 1000 | 10101000 | 1010111 | 110001 |
Color Harmonies of #10EABD
Complementary color
Monochromatic Colors of #10EABD
Black with #10EABD
Text Example
Text Example
White with #10EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EABD; }
p { color: rgb(16,234,189); }
H1.HeaderClassName
{
color: #10EABD;
}
.AnyTagClassName
{
color: #10EABD;
}
</style>
background-color css
<style>
a { background-color: #10EABD; }
a { background-color: rgb(16,234,189); }
div.DivClassName
{
background-color: #10EABD;
}
.BgClassName
{
background-color: #10EABD;
}
</style>
border-color css
<style>
span { border-color: #10EABD; }
span { border-color: rgb(16,234,189); }
td.TdClassName
{
border-color: #10EABD;
}
.TagClassName
{
border-color: #10EABD;
}
</style>