Shades of Bright Turquoise #10DEC9
Tints of Bright Turquoise #10DEC9
RGB
CMYK
RGB Variations
Color information
#10DEC9 (or 0x10DEC9) is known color: Bright Turquoise. HEX triplet: 10, DE and C9. RGB value is (16,222,201). Sum of RGB (Red+Green+Blue) = 16+222+201=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #10DEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DEC9 is #EF2136. Grayscale: #9D9D9D. Windows color (decimal): -15671607 or 13229584. OLE color: 13229584.
HSL color Cylindrical-coordinate representation of color #10DEC9: hue angle of 173.88º 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 #10DEC9 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 201 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.13 |
| HSL | 173.88º | 0.87% | 0.47% | - |
| HSV(B) | 173.88º | 0.93% | 0.87% | - |
| XYZ | 36.88 | 56.57 | 64.23 | - |
| YUV | 158.01 | 152.25 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 201 | 0.93 | 0 | 0.09 | 0.13 | 173.88 | 0.87 | 0.47 |
| Hex | 10 | DE | C9 | 5D | 0 | 9 | D | AE | 57 | 2F |
| Octal | 20 | 336 | 311 | 135 | 0 | 11 | 15 | 256 | 127 | 57 |
| Binary | 10000 | 11011110 | 11001001 | 1011101 | 0 | 1001 | 1101 | 10101110 | 1010111 | 101111 |
Color Harmonies of #10DEC9
Complementary color
Monochromatic Colors of #10DEC9
Black with #10DEC9
Text Example
Text Example
White with #10DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DEC9; }
p { color: rgb(16,222,201); }
H1.HeaderClassName
{
color: #10DEC9;
}
.AnyTagClassName
{
color: #10DEC9;
}
</style>
background-color css
<style>
a { background-color: #10DEC9; }
a { background-color: rgb(16,222,201); }
div.DivClassName
{
background-color: #10DEC9;
}
.BgClassName
{
background-color: #10DEC9;
}
</style>
border-color css
<style>
span { border-color: #10DEC9; }
span { border-color: rgb(16,222,201); }
td.TdClassName
{
border-color: #10DEC9;
}
.TagClassName
{
border-color: #10DEC9;
}
</style>