Shades of Dark Turquoise #10CCDD
Tints of Dark Turquoise #10CCDD
RGB
CMYK
RGB Variations
Color information
#10CCDD (or 0x10CCDD) is known color: Dark Turquoise. HEX triplet: 10, CC and DD. RGB value is (16,204,221). Sum of RGB (Red+Green+Blue) = 16+204+221=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #10CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCDD is #EF3322. Grayscale: #959595. Windows color (decimal): -15676195 or 14535696. OLE color: 14535696.
HSL color Cylindrical-coordinate representation of color #10CCDD: hue angle of 184.98º 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 #10CCDD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 204 | 221 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.13 |
| HSL | 184.98º | 0.86% | 0.46% | - |
| HSV(B) | 184.98º | 0.93% | 0.87% | - |
| XYZ | 34.86 | 48.52 | 75.93 | - |
| YUV | 149.73 | 168.22 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 221 | 0.93 | 0.08 | 0 | 0.13 | 184.98 | 0.86 | 0.46 |
| Hex | 10 | CC | DD | 5D | 8 | 0 | D | B9 | 56 | 2E |
| Octal | 20 | 314 | 335 | 135 | 10 | 0 | 15 | 271 | 126 | 56 |
| Binary | 10000 | 11001100 | 11011101 | 1011101 | 1000 | 0 | 1101 | 10111001 | 1010110 | 101110 |
Color Harmonies of #10CCDD
Complementary color
Monochromatic Colors of #10CCDD
Black with #10CCDD
Text Example
Text Example
White with #10CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCDD; }
p { color: rgb(16,204,221); }
H1.HeaderClassName
{
color: #10CCDD;
}
.AnyTagClassName
{
color: #10CCDD;
}
</style>
background-color css
<style>
a { background-color: #10CCDD; }
a { background-color: rgb(16,204,221); }
div.DivClassName
{
background-color: #10CCDD;
}
.BgClassName
{
background-color: #10CCDD;
}
</style>
border-color css
<style>
span { border-color: #10CCDD; }
span { border-color: rgb(16,204,221); }
td.TdClassName
{
border-color: #10CCDD;
}
.TagClassName
{
border-color: #10CCDD;
}
</style>