Shades of Bright Turquoise #10DCD9
Tints of Bright Turquoise #10DCD9
RGB
CMYK
RGB Variations
Color information
#10DCD9 (or 0x10DCD9) is known color: Bright Turquoise. HEX triplet: 10, DC and D9. RGB value is (16,220,217). Sum of RGB (Red+Green+Blue) = 16+220+217=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCD9 is #EF2326. Grayscale: #9E9E9E. Windows color (decimal): -15672103 or 14277648. OLE color: 14277648.
HSL color Cylindrical-coordinate representation of color #10DCD9: hue angle of 179.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCD9 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 217 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.14 |
| HSL | 179.12º | 0.86% | 0.46% | - |
| HSV(B) | 179.12º | 0.93% | 0.86% | - |
| XYZ | 38.33 | 56.31 | 74.49 | - |
| YUV | 158.66 | 160.91 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 217 | 0.93 | 0 | 0.01 | 0.14 | 179.12 | 0.86 | 0.46 |
| Hex | 10 | DC | D9 | 5D | 0 | 1 | E | B3 | 56 | 2E |
| Octal | 20 | 334 | 331 | 135 | 0 | 1 | 16 | 263 | 126 | 56 |
| Binary | 10000 | 11011100 | 11011001 | 1011101 | 0 | 1 | 1110 | 10110011 | 1010110 | 101110 |
Color Harmonies of #10DCD9
Complementary color
Monochromatic Colors of #10DCD9
Black with #10DCD9
Text Example
Text Example
White with #10DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCD9; }
p { color: rgb(16,220,217); }
H1.HeaderClassName
{
color: #10DCD9;
}
.AnyTagClassName
{
color: #10DCD9;
}
</style>
background-color css
<style>
a { background-color: #10DCD9; }
a { background-color: rgb(16,220,217); }
div.DivClassName
{
background-color: #10DCD9;
}
.BgClassName
{
background-color: #10DCD9;
}
</style>
border-color css
<style>
span { border-color: #10DCD9; }
span { border-color: rgb(16,220,217); }
td.TdClassName
{
border-color: #10DCD9;
}
.TagClassName
{
border-color: #10DCD9;
}
</style>