Shades of Dark Turquoise #10CDD1
Tints of Dark Turquoise #10CDD1
RGB
CMYK
RGB Variations
Color information
#10CDD1 (or 0x10CDD1) is known color: Dark Turquoise. HEX triplet: 10, CD and D1. RGB value is (16,205,209). Sum of RGB (Red+Green+Blue) = 16+205+209=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #10CDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDD1 is #EF322E. Grayscale: #949494. Windows color (decimal): -15675951 or 13749520. OLE color: 13749520.
HSL color Cylindrical-coordinate representation of color #10CDD1: hue angle of 181.24º 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 #10CDD1 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 205 | 209 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.18 |
| HSL | 181.24º | 0.86% | 0.44% | - |
| HSV(B) | 181.24º | 0.92% | 0.82% | - |
| XYZ | 33.55 | 48.38 | 67.89 | - |
| YUV | 148.95 | 161.88 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 209 | 0.92 | 0.02 | 0 | 0.18 | 181.24 | 0.86 | 0.44 |
| Hex | 10 | CD | D1 | 5C | 2 | 0 | 12 | B5 | 56 | 2C |
| Octal | 20 | 315 | 321 | 134 | 2 | 0 | 22 | 265 | 126 | 54 |
| Binary | 10000 | 11001101 | 11010001 | 1011100 | 10 | 0 | 10010 | 10110101 | 1010110 | 101100 |
Color Harmonies of #10CDD1
Complementary color
Monochromatic Colors of #10CDD1
Black with #10CDD1
Text Example
Text Example
White with #10CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDD1; }
p { color: rgb(16,205,209); }
H1.HeaderClassName
{
color: #10CDD1;
}
.AnyTagClassName
{
color: #10CDD1;
}
</style>
background-color css
<style>
a { background-color: #10CDD1; }
a { background-color: rgb(16,205,209); }
div.DivClassName
{
background-color: #10CDD1;
}
.BgClassName
{
background-color: #10CDD1;
}
</style>
border-color css
<style>
span { border-color: #10CDD1; }
span { border-color: rgb(16,205,209); }
td.TdClassName
{
border-color: #10CDD1;
}
.TagClassName
{
border-color: #10CDD1;
}
</style>