Shades of Bright Turquoise #10E3CE
Tints of Bright Turquoise #10E3CE
RGB
CMYK
RGB Variations
Color information
#10E3CE (or 0x10E3CE) is known color: Bright Turquoise. HEX triplet: 10, E3 and CE. RGB value is (16,227,206). Sum of RGB (Red+Green+Blue) = 16+227+206=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #10E3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E3CE is #EF1C31. Grayscale: #A1A1A1. Windows color (decimal): -15670322 or 13558544. OLE color: 13558544.
HSL color Cylindrical-coordinate representation of color #10E3CE: hue angle of 174.03º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E3CE is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 227 | 206 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.11 |
| HSL | 174.03º | 0.87% | 0.48% | - |
| HSV(B) | 174.03º | 0.93% | 0.89% | - |
| XYZ | 38.82 | 59.5 | 67.83 | - |
| YUV | 161.52 | 153.1 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 206 | 0.93 | 0 | 0.09 | 0.11 | 174.03 | 0.87 | 0.48 |
| Hex | 10 | E3 | CE | 5D | 0 | 9 | B | AE | 57 | 30 |
| Octal | 20 | 343 | 316 | 135 | 0 | 11 | 13 | 256 | 127 | 60 |
| Binary | 10000 | 11100011 | 11001110 | 1011101 | 0 | 1001 | 1011 | 10101110 | 1010111 | 110000 |
Color Harmonies of #10E3CE
Complementary color
Monochromatic Colors of #10E3CE
Black with #10E3CE
Text Example
Text Example
White with #10E3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E3CE; }
p { color: rgb(16,227,206); }
H1.HeaderClassName
{
color: #10E3CE;
}
.AnyTagClassName
{
color: #10E3CE;
}
</style>
background-color css
<style>
a { background-color: #10E3CE; }
a { background-color: rgb(16,227,206); }
div.DivClassName
{
background-color: #10E3CE;
}
.BgClassName
{
background-color: #10E3CE;
}
</style>
border-color css
<style>
span { border-color: #10E3CE; }
span { border-color: rgb(16,227,206); }
td.TdClassName
{
border-color: #10E3CE;
}
.TagClassName
{
border-color: #10E3CE;
}
</style>