Shades of Turquoise #1DDFC0
Tints of Turquoise #1DDFC0
RGB
CMYK
RGB Variations
Color information
#1DDFC0 (or 0x1DDFC0) is known color: Turquoise. HEX triplet: 1D, DF and C0. RGB value is (29,223,192). Sum of RGB (Red+Green+Blue) = 29+223+192=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFC0 is #E2203F. Grayscale: #A1A1A1. Windows color (decimal): -14819392 or 12640029. OLE color: 12640029.
HSL color Cylindrical-coordinate representation of color #1DDFC0: hue angle of 170.41º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDFC0 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 192 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.13 |
| HSL | 170.41º | 0.77% | 0.49% | - |
| HSV(B) | 170.41º | 0.87% | 0.87% | - |
| XYZ | 36.41 | 56.84 | 58.92 | - |
| YUV | 161.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 192 | 0.87 | 0 | 0.14 | 0.13 | 170.41 | 0.77 | 0.49 |
| Hex | 1D | DF | C0 | 57 | 0 | E | D | AA | 4D | 31 |
| Octal | 35 | 337 | 300 | 127 | 0 | 16 | 15 | 252 | 115 | 61 |
| Binary | 11101 | 11011111 | 11000000 | 1010111 | 0 | 1110 | 1101 | 10101010 | 1001101 | 110001 |
Color Harmonies of #1DDFC0
Complementary color
Monochromatic Colors of #1DDFC0
Black with #1DDFC0
Text Example
Text Example
White with #1DDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFC0; }
p { color: rgb(29,223,192); }
H1.HeaderClassName
{
color: #1DDFC0;
}
.AnyTagClassName
{
color: #1DDFC0;
}
</style>
background-color css
<style>
a { background-color: #1DDFC0; }
a { background-color: rgb(29,223,192); }
div.DivClassName
{
background-color: #1DDFC0;
}
.BgClassName
{
background-color: #1DDFC0;
}
</style>
border-color css
<style>
span { border-color: #1DDFC0; }
span { border-color: rgb(29,223,192); }
td.TdClassName
{
border-color: #1DDFC0;
}
.TagClassName
{
border-color: #1DDFC0;
}
</style>