Shades of Bright Turquoise #1DEDBD
Tints of Bright Turquoise #1DEDBD
RGB
CMYK
RGB Variations
Color information
#1DEDBD (or 0x1DEDBD) is known color: Bright Turquoise. HEX triplet: 1D, ED and BD. RGB value is (29,237,189). Sum of RGB (Red+Green+Blue) = 29+237+189=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDBD is #E21242. Grayscale: #A9A9A9. Windows color (decimal): -14815811 or 12447005. OLE color: 12447005.
HSL color Cylindrical-coordinate representation of color #1DEDBD: hue angle of 166.15º 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 #1DEDBD is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 189 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.07 |
| HSL | 166.15º | 0.85% | 0.52% | - |
| HSV(B) | 166.15º | 0.88% | 0.93% | - |
| XYZ | 39.98 | 64.5 | 58.49 | - |
| YUV | 169.34 | 139.09 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 189 | 0.88 | 0 | 0.20 | 0.07 | 166.15 | 0.85 | 0.52 |
| Hex | 1D | ED | BD | 58 | 0 | 14 | 7 | A6 | 55 | 34 |
| Octal | 35 | 355 | 275 | 130 | 0 | 24 | 7 | 246 | 125 | 64 |
| Binary | 11101 | 11101101 | 10111101 | 1011000 | 0 | 10100 | 111 | 10100110 | 1010101 | 110100 |
Color Harmonies of #1DEDBD
Complementary color
Monochromatic Colors of #1DEDBD
Black with #1DEDBD
Text Example
Text Example
White with #1DEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDBD; }
p { color: rgb(29,237,189); }
H1.HeaderClassName
{
color: #1DEDBD;
}
.AnyTagClassName
{
color: #1DEDBD;
}
</style>
background-color css
<style>
a { background-color: #1DEDBD; }
a { background-color: rgb(29,237,189); }
div.DivClassName
{
background-color: #1DEDBD;
}
.BgClassName
{
background-color: #1DEDBD;
}
</style>
border-color css
<style>
span { border-color: #1DEDBD; }
span { border-color: rgb(29,237,189); }
td.TdClassName
{
border-color: #1DEDBD;
}
.TagClassName
{
border-color: #1DEDBD;
}
</style>