Shades of Bright Turquoise #10DCD0
Tints of Bright Turquoise #10DCD0
RGB
CMYK
RGB Variations
Color information
#10DCD0 (or 0x10DCD0) is known color: Bright Turquoise. HEX triplet: 10, DC and D0. RGB value is (16,220,208). Sum of RGB (Red+Green+Blue) = 16+220+208=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCD0 is #EF232F. Grayscale: #9D9D9D. Windows color (decimal): -15672112 or 13687824. OLE color: 13687824.
HSL color Cylindrical-coordinate representation of color #10DCD0: hue angle of 176.47º 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 #10DCD0 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 208 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.14 |
| HSL | 176.47º | 0.86% | 0.46% | - |
| HSV(B) | 176.47º | 0.93% | 0.86% | - |
| XYZ | 37.19 | 55.85 | 68.49 | - |
| YUV | 157.64 | 156.41 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 208 | 0.93 | 0 | 0.05 | 0.14 | 176.47 | 0.86 | 0.46 |
| Hex | 10 | DC | D0 | 5D | 0 | 5 | E | B0 | 56 | 2E |
| Octal | 20 | 334 | 320 | 135 | 0 | 5 | 16 | 260 | 126 | 56 |
| Binary | 10000 | 11011100 | 11010000 | 1011101 | 0 | 101 | 1110 | 10110000 | 1010110 | 101110 |
Color Harmonies of #10DCD0
Complementary color
Monochromatic Colors of #10DCD0
Black with #10DCD0
Text Example
Text Example
White with #10DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCD0; }
p { color: rgb(16,220,208); }
H1.HeaderClassName
{
color: #10DCD0;
}
.AnyTagClassName
{
color: #10DCD0;
}
</style>
background-color css
<style>
a { background-color: #10DCD0; }
a { background-color: rgb(16,220,208); }
div.DivClassName
{
background-color: #10DCD0;
}
.BgClassName
{
background-color: #10DCD0;
}
</style>
border-color css
<style>
span { border-color: #10DCD0; }
span { border-color: rgb(16,220,208); }
td.TdClassName
{
border-color: #10DCD0;
}
.TagClassName
{
border-color: #10DCD0;
}
</style>