Shades of Bright Turquoise #10EED0
Tints of Bright Turquoise #10EED0
RGB
CMYK
RGB Variations
Color information
#10EED0 (or 0x10EED0) is known color: Bright Turquoise. HEX triplet: 10, EE and D0. RGB value is (16,238,208). Sum of RGB (Red+Green+Blue) = 16+238+208=462 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #10EED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EED0 is #EF112F. Grayscale: #A8A8A8. Windows color (decimal): -15667504 or 13692432. OLE color: 13692432.
HSL color Cylindrical-coordinate representation of color #10EED0: hue angle of 171.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EED0 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 238 | 208 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.07 |
| HSL | 171.89º | 0.87% | 0.5% | - |
| HSV(B) | 171.89º | 0.93% | 0.93% | - |
| XYZ | 42.17 | 65.81 | 70.15 | - |
| YUV | 168.2 | 150.45 | 19.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 208 | 0.93 | 0 | 0.13 | 0.07 | 171.89 | 0.87 | 0.5 |
| Hex | 10 | EE | D0 | 5D | 0 | D | 7 | AC | 57 | 32 |
| Octal | 20 | 356 | 320 | 135 | 0 | 15 | 7 | 254 | 127 | 62 |
| Binary | 10000 | 11101110 | 11010000 | 1011101 | 0 | 1101 | 111 | 10101100 | 1010111 | 110010 |
Color Harmonies of #10EED0
Complementary color
Monochromatic Colors of #10EED0
Black with #10EED0
Text Example
Text Example
White with #10EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EED0; }
p { color: rgb(16,238,208); }
H1.HeaderClassName
{
color: #10EED0;
}
.AnyTagClassName
{
color: #10EED0;
}
</style>
background-color css
<style>
a { background-color: #10EED0; }
a { background-color: rgb(16,238,208); }
div.DivClassName
{
background-color: #10EED0;
}
.BgClassName
{
background-color: #10EED0;
}
</style>
border-color css
<style>
span { border-color: #10EED0; }
span { border-color: rgb(16,238,208); }
td.TdClassName
{
border-color: #10EED0;
}
.TagClassName
{
border-color: #10EED0;
}
</style>