Shades of Bright Turquoise #10DECE
Tints of Bright Turquoise #10DECE
RGB
CMYK
RGB Variations
Color information
#10DECE (or 0x10DECE) is known color: Bright Turquoise. HEX triplet: 10, DE and CE. RGB value is (16,222,206). Sum of RGB (Red+Green+Blue) = 16+222+206=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #10DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DECE is #EF2131. Grayscale: #9E9E9E. Windows color (decimal): -15671602 or 13557264. OLE color: 13557264.
HSL color Cylindrical-coordinate representation of color #10DECE: hue angle of 175.34º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DECE is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 206 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.13 |
| HSL | 175.34º | 0.87% | 0.47% | - |
| HSV(B) | 175.34º | 0.93% | 0.87% | - |
| XYZ | 37.48 | 56.81 | 67.38 | - |
| YUV | 158.58 | 154.75 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 206 | 0.93 | 0 | 0.07 | 0.13 | 175.34 | 0.87 | 0.47 |
| Hex | 10 | DE | CE | 5D | 0 | 7 | D | AF | 57 | 2F |
| Octal | 20 | 336 | 316 | 135 | 0 | 7 | 15 | 257 | 127 | 57 |
| Binary | 10000 | 11011110 | 11001110 | 1011101 | 0 | 111 | 1101 | 10101111 | 1010111 | 101111 |
Color Harmonies of #10DECE
Complementary color
Monochromatic Colors of #10DECE
Black with #10DECE
Text Example
Text Example
White with #10DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DECE; }
p { color: rgb(16,222,206); }
H1.HeaderClassName
{
color: #10DECE;
}
.AnyTagClassName
{
color: #10DECE;
}
</style>
background-color css
<style>
a { background-color: #10DECE; }
a { background-color: rgb(16,222,206); }
div.DivClassName
{
background-color: #10DECE;
}
.BgClassName
{
background-color: #10DECE;
}
</style>
border-color css
<style>
span { border-color: #10DECE; }
span { border-color: rgb(16,222,206); }
td.TdClassName
{
border-color: #10DECE;
}
.TagClassName
{
border-color: #10DECE;
}
</style>