Shades of Dark Turquoise #1DCDD3
Tints of Dark Turquoise #1DCDD3
RGB
CMYK
RGB Variations
Color information
#1DCDD3 (or 0x1DCDD3) is known color: Dark Turquoise. HEX triplet: 1D, CD and D3. RGB value is (29,205,211). Sum of RGB (Red+Green+Blue) = 29+205+211=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #1DCDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCDD3 is #E2322C. Grayscale: #989898. Windows color (decimal): -14823981 or 13880605. OLE color: 13880605.
HSL color Cylindrical-coordinate representation of color #1DCDD3: hue angle of 181.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCDD3 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 205 | 211 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.17 |
| HSL | 181.98º | 0.76% | 0.47% | - |
| HSV(B) | 181.98º | 0.86% | 0.83% | - |
| XYZ | 34.1 | 48.63 | 69.22 | - |
| YUV | 153.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 211 | 0.86 | 0.03 | 0 | 0.17 | 181.98 | 0.76 | 0.47 |
| Hex | 1D | CD | D3 | 56 | 3 | 0 | 11 | B6 | 4C | 2F |
| Octal | 35 | 315 | 323 | 126 | 3 | 0 | 21 | 266 | 114 | 57 |
| Binary | 11101 | 11001101 | 11010011 | 1010110 | 11 | 0 | 10001 | 10110110 | 1001100 | 101111 |
Color Harmonies of #1DCDD3
Complementary color
Monochromatic Colors of #1DCDD3
Black with #1DCDD3
Text Example
Text Example
White with #1DCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDD3; }
p { color: rgb(29,205,211); }
H1.HeaderClassName
{
color: #1DCDD3;
}
.AnyTagClassName
{
color: #1DCDD3;
}
</style>
background-color css
<style>
a { background-color: #1DCDD3; }
a { background-color: rgb(29,205,211); }
div.DivClassName
{
background-color: #1DCDD3;
}
.BgClassName
{
background-color: #1DCDD3;
}
</style>
border-color css
<style>
span { border-color: #1DCDD3; }
span { border-color: rgb(29,205,211); }
td.TdClassName
{
border-color: #1DCDD3;
}
.TagClassName
{
border-color: #1DCDD3;
}
</style>