Shades of Bright Turquoise #10DCCD
Tints of Bright Turquoise #10DCCD
RGB
CMYK
RGB Variations
Color information
#10DCCD (or 0x10DCCD) is known color: Bright Turquoise. HEX triplet: 10, DC and CD. RGB value is (16,220,205). Sum of RGB (Red+Green+Blue) = 16+220+205=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCCD is #EF2332. Grayscale: #9D9D9D. Windows color (decimal): -15672115 or 13491216. OLE color: 13491216.
HSL color Cylindrical-coordinate representation of color #10DCCD: hue angle of 175.59º 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 #10DCCD is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 205 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.14 |
| HSL | 175.59º | 0.86% | 0.46% | - |
| HSV(B) | 175.59º | 0.93% | 0.86% | - |
| XYZ | 36.83 | 55.7 | 66.57 | - |
| YUV | 157.29 | 154.91 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 205 | 0.93 | 0 | 0.07 | 0.14 | 175.59 | 0.86 | 0.46 |
| Hex | 10 | DC | CD | 5D | 0 | 7 | E | B0 | 56 | 2E |
| Octal | 20 | 334 | 315 | 135 | 0 | 7 | 16 | 260 | 126 | 56 |
| Binary | 10000 | 11011100 | 11001101 | 1011101 | 0 | 111 | 1110 | 10110000 | 1010110 | 101110 |
Color Harmonies of #10DCCD
Complementary color
Monochromatic Colors of #10DCCD
Black with #10DCCD
Text Example
Text Example
White with #10DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCCD; }
p { color: rgb(16,220,205); }
H1.HeaderClassName
{
color: #10DCCD;
}
.AnyTagClassName
{
color: #10DCCD;
}
</style>
background-color css
<style>
a { background-color: #10DCCD; }
a { background-color: rgb(16,220,205); }
div.DivClassName
{
background-color: #10DCCD;
}
.BgClassName
{
background-color: #10DCCD;
}
</style>
border-color css
<style>
span { border-color: #10DCCD; }
span { border-color: rgb(16,220,205); }
td.TdClassName
{
border-color: #10DCCD;
}
.TagClassName
{
border-color: #10DCCD;
}
</style>