Shades of Bright Turquoise #10DDCC
Tints of Bright Turquoise #10DDCC
RGB
CMYK
RGB Variations
Color information
#10DDCC (or 0x10DDCC) is known color: Bright Turquoise. HEX triplet: 10, DD and CC. RGB value is (16,221,204). Sum of RGB (Red+Green+Blue) = 16+221+204=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #10DDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DDCC is #EF2233. Grayscale: #9D9D9D. Windows color (decimal): -15671860 or 13425936. OLE color: 13425936.
HSL color Cylindrical-coordinate representation of color #10DDCC: hue angle of 175.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDCC is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 221 | 204 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.13 |
| HSL | 175.02º | 0.86% | 0.46% | - |
| HSV(B) | 175.02º | 0.93% | 0.87% | - |
| XYZ | 36.97 | 56.18 | 66.02 | - |
| YUV | 157.77 | 154.08 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 221 | 204 | 0.93 | 0 | 0.08 | 0.13 | 175.02 | 0.86 | 0.46 |
| Hex | 10 | DD | CC | 5D | 0 | 8 | D | AF | 56 | 2E |
| Octal | 20 | 335 | 314 | 135 | 0 | 10 | 15 | 257 | 126 | 56 |
| Binary | 10000 | 11011101 | 11001100 | 1011101 | 0 | 1000 | 1101 | 10101111 | 1010110 | 101110 |
Color Harmonies of #10DDCC
Complementary color
Monochromatic Colors of #10DDCC
Black with #10DDCC
Text Example
Text Example
White with #10DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DDCC; }
p { color: rgb(16,221,204); }
H1.HeaderClassName
{
color: #10DDCC;
}
.AnyTagClassName
{
color: #10DDCC;
}
</style>
background-color css
<style>
a { background-color: #10DDCC; }
a { background-color: rgb(16,221,204); }
div.DivClassName
{
background-color: #10DDCC;
}
.BgClassName
{
background-color: #10DDCC;
}
</style>
border-color css
<style>
span { border-color: #10DDCC; }
span { border-color: rgb(16,221,204); }
td.TdClassName
{
border-color: #10DDCC;
}
.TagClassName
{
border-color: #10DDCC;
}
</style>