Shades of Bright Turquoise #1DDCC6
Tints of Bright Turquoise #1DDCC6
RGB
CMYK
RGB Variations
Color information
#1DDCC6 (or 0x1DDCC6) is known color: Bright Turquoise. HEX triplet: 1D, DC and C6. RGB value is (29,220,198). Sum of RGB (Red+Green+Blue) = 29+220+198=447 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.49% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCC6 is #E22339. Grayscale: #A0A0A0. Windows color (decimal): -14820154 or 13032477. OLE color: 13032477.
HSL color Cylindrical-coordinate representation of color #1DDCC6: hue angle of 173.09º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDCC6 is Cyan = 0.87, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 198 | - |
| CMYK | 0.87 | 0 | 0.1 | 0.14 |
| HSL | 173.09º | 0.77% | 0.49% | - |
| HSV(B) | 173.09º | 0.87% | 0.86% | - |
| XYZ | 36.29 | 55.52 | 62.23 | - |
| YUV | 160.38 | 149.22 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 198 | 0.87 | 0 | 0.1 | 0.14 | 173.09 | 0.77 | 0.49 |
| Hex | 1D | DC | C6 | 57 | 0 | A | E | AD | 4D | 31 |
| Octal | 35 | 334 | 306 | 127 | 0 | 12 | 16 | 255 | 115 | 61 |
| Binary | 11101 | 11011100 | 11000110 | 1010111 | 0 | 1010 | 1110 | 10101101 | 1001101 | 110001 |
Color Harmonies of #1DDCC6
Complementary color
Monochromatic Colors of #1DDCC6
Black with #1DDCC6
Text Example
Text Example
White with #1DDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCC6; }
p { color: rgb(29,220,198); }
H1.HeaderClassName
{
color: #1DDCC6;
}
.AnyTagClassName
{
color: #1DDCC6;
}
</style>
background-color css
<style>
a { background-color: #1DDCC6; }
a { background-color: rgb(29,220,198); }
div.DivClassName
{
background-color: #1DDCC6;
}
.BgClassName
{
background-color: #1DDCC6;
}
</style>
border-color css
<style>
span { border-color: #1DDCC6; }
span { border-color: rgb(29,220,198); }
td.TdClassName
{
border-color: #1DDCC6;
}
.TagClassName
{
border-color: #1DDCC6;
}
</style>