Shades of Dark Turquoise #10CDDD
Tints of Dark Turquoise #10CDDD
RGB
CMYK
RGB Variations
Color information
#10CDDD (or 0x10CDDD) is known color: Dark Turquoise. HEX triplet: 10, CD and DD. RGB value is (16,205,221). Sum of RGB (Red+Green+Blue) = 16+205+221=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #10CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDDD is #EF3222. Grayscale: #969696. Windows color (decimal): -15675939 or 14535952. OLE color: 14535952.
HSL color Cylindrical-coordinate representation of color #10CDDD: hue angle of 184.68º 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 #10CDDD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 205 | 221 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.13 |
| HSL | 184.68º | 0.86% | 0.46% | - |
| HSV(B) | 184.68º | 0.93% | 0.87% | - |
| XYZ | 35.1 | 48.99 | 76.01 | - |
| YUV | 150.31 | 167.88 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 221 | 0.93 | 0.07 | 0 | 0.13 | 184.68 | 0.86 | 0.46 |
| Hex | 10 | CD | DD | 5D | 7 | 0 | D | B9 | 56 | 2E |
| Octal | 20 | 315 | 335 | 135 | 7 | 0 | 15 | 271 | 126 | 56 |
| Binary | 10000 | 11001101 | 11011101 | 1011101 | 111 | 0 | 1101 | 10111001 | 1010110 | 101110 |
Color Harmonies of #10CDDD
Complementary color
Monochromatic Colors of #10CDDD
Black with #10CDDD
Text Example
Text Example
White with #10CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDDD; }
p { color: rgb(16,205,221); }
H1.HeaderClassName
{
color: #10CDDD;
}
.AnyTagClassName
{
color: #10CDDD;
}
</style>
background-color css
<style>
a { background-color: #10CDDD; }
a { background-color: rgb(16,205,221); }
div.DivClassName
{
background-color: #10CDDD;
}
.BgClassName
{
background-color: #10CDDD;
}
</style>
border-color css
<style>
span { border-color: #10CDDD; }
span { border-color: rgb(16,205,221); }
td.TdClassName
{
border-color: #10CDDD;
}
.TagClassName
{
border-color: #10CDDD;
}
</style>