Shades of Bright Turquoise #10DEE0
Tints of Bright Turquoise #10DEE0
RGB
CMYK
RGB Variations
Color information
#10DEE0 (or 0x10DEE0) is known color: Bright Turquoise. HEX triplet: 10, DE and E0. RGB value is (16,222,224). Sum of RGB (Red+Green+Blue) = 16+222+224=462 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #10DEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DEE0 is #EF211F. Grayscale: #A0A0A0. Windows color (decimal): -15671584 or 14736912. OLE color: 14736912.
HSL color Cylindrical-coordinate representation of color #10DEE0: hue angle of 180.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEE0 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 222 | 224 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.12 |
| HSL | 180.58º | 0.87% | 0.47% | - |
| HSV(B) | 180.58º | 0.93% | 0.88% | - |
| XYZ | 39.79 | 57.73 | 79.57 | - |
| YUV | 160.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 224 | 0.93 | 0.01 | 0 | 0.12 | 180.58 | 0.87 | 0.47 |
| Hex | 10 | DE | E0 | 5D | 1 | 0 | C | B5 | 57 | 2F |
| Octal | 20 | 336 | 340 | 135 | 1 | 0 | 14 | 265 | 127 | 57 |
| Binary | 10000 | 11011110 | 11100000 | 1011101 | 1 | 0 | 1100 | 10110101 | 1010111 | 101111 |
Color Harmonies of #10DEE0
Complementary color
Monochromatic Colors of #10DEE0
Black with #10DEE0
Text Example
Text Example
White with #10DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DEE0; }
p { color: rgb(16,222,224); }
H1.HeaderClassName
{
color: #10DEE0;
}
.AnyTagClassName
{
color: #10DEE0;
}
</style>
background-color css
<style>
a { background-color: #10DEE0; }
a { background-color: rgb(16,222,224); }
div.DivClassName
{
background-color: #10DEE0;
}
.BgClassName
{
background-color: #10DEE0;
}
</style>
border-color css
<style>
span { border-color: #10DEE0; }
span { border-color: rgb(16,222,224); }
td.TdClassName
{
border-color: #10DEE0;
}
.TagClassName
{
border-color: #10DEE0;
}
</style>