Shades of Turquoise #1DEDB9
Tints of Turquoise #1DEDB9
RGB
CMYK
RGB Variations
Color information
#1DEDB9 (or 0x1DEDB9) is known color: Turquoise. HEX triplet: 1D, ED and B9. RGB value is (29,237,185). Sum of RGB (Red+Green+Blue) = 29+237+185=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDB9 is #E21246. Grayscale: #A8A8A8. Windows color (decimal): -14815815 or 12184861. OLE color: 12184861.
HSL color Cylindrical-coordinate representation of color #1DEDB9: hue angle of 165º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEDB9 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 185 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.07 |
| HSL | 165º | 0.85% | 0.52% | - |
| HSV(B) | 165º | 0.88% | 0.93% | - |
| XYZ | 39.55 | 64.33 | 56.23 | - |
| YUV | 168.88 | 137.09 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 185 | 0.88 | 0 | 0.22 | 0.07 | 165 | 0.85 | 0.52 |
| Hex | 1D | ED | B9 | 58 | 0 | 16 | 7 | A5 | 55 | 34 |
| Octal | 35 | 355 | 271 | 130 | 0 | 26 | 7 | 245 | 125 | 64 |
| Binary | 11101 | 11101101 | 10111001 | 1011000 | 0 | 10110 | 111 | 10100101 | 1010101 | 110100 |
Color Harmonies of #1DEDB9
Complementary color
Monochromatic Colors of #1DEDB9
Black with #1DEDB9
Text Example
Text Example
White with #1DEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDB9; }
p { color: rgb(29,237,185); }
H1.HeaderClassName
{
color: #1DEDB9;
}
.AnyTagClassName
{
color: #1DEDB9;
}
</style>
background-color css
<style>
a { background-color: #1DEDB9; }
a { background-color: rgb(29,237,185); }
div.DivClassName
{
background-color: #1DEDB9;
}
.BgClassName
{
background-color: #1DEDB9;
}
</style>
border-color css
<style>
span { border-color: #1DEDB9; }
span { border-color: rgb(29,237,185); }
td.TdClassName
{
border-color: #1DEDB9;
}
.TagClassName
{
border-color: #1DEDB9;
}
</style>