Shades of Bright Turquoise #1DDCDA
Tints of Bright Turquoise #1DDCDA
RGB
CMYK
RGB Variations
Color information
#1DDCDA (or 0x1DDCDA) is known color: Bright Turquoise. HEX triplet: 1D, DC and DA. RGB value is (29,220,218). Sum of RGB (Red+Green+Blue) = 29+220+218=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCDA is #E22325. Grayscale: #A2A2A2. Windows color (decimal): -14820134 or 14343197. OLE color: 14343197.
HSL color Cylindrical-coordinate representation of color #1DDCDA: hue angle of 179.37º 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 #1DDCDA is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 218 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.14 |
| HSL | 179.37º | 0.77% | 0.49% | - |
| HSV(B) | 179.37º | 0.87% | 0.86% | - |
| XYZ | 38.75 | 56.51 | 75.19 | - |
| YUV | 162.66 | 159.22 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 218 | 0.87 | 0 | 0.01 | 0.14 | 179.37 | 0.77 | 0.49 |
| Hex | 1D | DC | DA | 57 | 0 | 1 | E | B3 | 4D | 31 |
| Octal | 35 | 334 | 332 | 127 | 0 | 1 | 16 | 263 | 115 | 61 |
| Binary | 11101 | 11011100 | 11011010 | 1010111 | 0 | 1 | 1110 | 10110011 | 1001101 | 110001 |
Color Harmonies of #1DDCDA
Complementary color
Monochromatic Colors of #1DDCDA
Black with #1DDCDA
Text Example
Text Example
White with #1DDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCDA; }
p { color: rgb(29,220,218); }
H1.HeaderClassName
{
color: #1DDCDA;
}
.AnyTagClassName
{
color: #1DDCDA;
}
</style>
background-color css
<style>
a { background-color: #1DDCDA; }
a { background-color: rgb(29,220,218); }
div.DivClassName
{
background-color: #1DDCDA;
}
.BgClassName
{
background-color: #1DDCDA;
}
</style>
border-color css
<style>
span { border-color: #1DDCDA; }
span { border-color: rgb(29,220,218); }
td.TdClassName
{
border-color: #1DDCDA;
}
.TagClassName
{
border-color: #1DDCDA;
}
</style>