Shades of Dark Turquoise #10CDD0
Tints of Dark Turquoise #10CDD0
RGB
CMYK
RGB Variations
Color information
#10CDD0 (or 0x10CDD0) is known color: Dark Turquoise. HEX triplet: 10, CD and D0. RGB value is (16,205,208). Sum of RGB (Red+Green+Blue) = 16+205+208=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #10CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDD0 is #EF322F. Grayscale: #949494. Windows color (decimal): -15675952 or 13683984. OLE color: 13683984.
HSL color Cylindrical-coordinate representation of color #10CDD0: hue angle of 180.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CDD0 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 205 | 208 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.18 |
| HSL | 180.94º | 0.86% | 0.44% | - |
| HSV(B) | 180.94º | 0.92% | 0.82% | - |
| XYZ | 33.43 | 48.33 | 67.24 | - |
| YUV | 148.83 | 161.38 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 208 | 0.92 | 0.01 | 0 | 0.18 | 180.94 | 0.86 | 0.44 |
| Hex | 10 | CD | D0 | 5C | 1 | 0 | 12 | B5 | 56 | 2C |
| Octal | 20 | 315 | 320 | 134 | 1 | 0 | 22 | 265 | 126 | 54 |
| Binary | 10000 | 11001101 | 11010000 | 1011100 | 1 | 0 | 10010 | 10110101 | 1010110 | 101100 |
Color Harmonies of #10CDD0
Complementary color
Monochromatic Colors of #10CDD0
Black with #10CDD0
Text Example
Text Example
White with #10CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDD0; }
p { color: rgb(16,205,208); }
H1.HeaderClassName
{
color: #10CDD0;
}
.AnyTagClassName
{
color: #10CDD0;
}
</style>
background-color css
<style>
a { background-color: #10CDD0; }
a { background-color: rgb(16,205,208); }
div.DivClassName
{
background-color: #10CDD0;
}
.BgClassName
{
background-color: #10CDD0;
}
</style>
border-color css
<style>
span { border-color: #10CDD0; }
span { border-color: rgb(16,205,208); }
td.TdClassName
{
border-color: #10CDD0;
}
.TagClassName
{
border-color: #10CDD0;
}
</style>