Shades of Bright Turquoise #10EED5
Tints of Bright Turquoise #10EED5
RGB
CMYK
RGB Variations
Color information
#10EED5 (or 0x10EED5) is known color: Bright Turquoise. HEX triplet: 10, EE and D5. RGB value is (16,238,213). Sum of RGB (Red+Green+Blue) = 16+238+213=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #10EED5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EED5 is #EF112A. Grayscale: #A8A8A8. Windows color (decimal): -15667499 or 14020112. OLE color: 14020112.
HSL color Cylindrical-coordinate representation of color #10EED5: hue angle of 173.24º 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 #10EED5 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 238 | 213 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.07 |
| HSL | 173.24º | 0.87% | 0.5% | - |
| HSV(B) | 173.24º | 0.93% | 0.93% | - |
| XYZ | 42.8 | 66.06 | 73.45 | - |
| YUV | 168.77 | 152.95 | 19.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 213 | 0.93 | 0 | 0.11 | 0.07 | 173.24 | 0.87 | 0.5 |
| Hex | 10 | EE | D5 | 5D | 0 | B | 7 | AD | 57 | 32 |
| Octal | 20 | 356 | 325 | 135 | 0 | 13 | 7 | 255 | 127 | 62 |
| Binary | 10000 | 11101110 | 11010101 | 1011101 | 0 | 1011 | 111 | 10101101 | 1010111 | 110010 |
Color Harmonies of #10EED5
Complementary color
Monochromatic Colors of #10EED5
Black with #10EED5
Text Example
Text Example
White with #10EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EED5; }
p { color: rgb(16,238,213); }
H1.HeaderClassName
{
color: #10EED5;
}
.AnyTagClassName
{
color: #10EED5;
}
</style>
background-color css
<style>
a { background-color: #10EED5; }
a { background-color: rgb(16,238,213); }
div.DivClassName
{
background-color: #10EED5;
}
.BgClassName
{
background-color: #10EED5;
}
</style>
border-color css
<style>
span { border-color: #10EED5; }
span { border-color: rgb(16,238,213); }
td.TdClassName
{
border-color: #10EED5;
}
.TagClassName
{
border-color: #10EED5;
}
</style>