Shades of Bright Turquoise #1DE8BD
Tints of Bright Turquoise #1DE8BD
RGB
CMYK
RGB Variations
Color information
#1DE8BD (or 0x1DE8BD) is known color: Bright Turquoise. HEX triplet: 1D, E8 and BD. RGB value is (29,232,189). Sum of RGB (Red+Green+Blue) = 29+232+189=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #1DE8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DE8BD is #E21742. Grayscale: #A6A6A6. Windows color (decimal): -14817091 or 12445725. OLE color: 12445725.
HSL color Cylindrical-coordinate representation of color #1DE8BD: hue angle of 167.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE8BD is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 232 | 189 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.09 |
| HSL | 167.29º | 0.82% | 0.51% | - |
| HSV(B) | 167.29º | 0.88% | 0.91% | - |
| XYZ | 38.55 | 61.65 | 58.01 | - |
| YUV | 166.4 | 140.75 | 30 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 232 | 189 | 0.88 | 0 | 0.19 | 0.09 | 167.29 | 0.82 | 0.51 |
| Hex | 1D | E8 | BD | 58 | 0 | 13 | 9 | A7 | 52 | 33 |
| Octal | 35 | 350 | 275 | 130 | 0 | 23 | 11 | 247 | 122 | 63 |
| Binary | 11101 | 11101000 | 10111101 | 1011000 | 0 | 10011 | 1001 | 10100111 | 1010010 | 110011 |
Color Harmonies of #1DE8BD
Complementary color
Monochromatic Colors of #1DE8BD
Black with #1DE8BD
Text Example
Text Example
White with #1DE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE8BD; }
p { color: rgb(29,232,189); }
H1.HeaderClassName
{
color: #1DE8BD;
}
.AnyTagClassName
{
color: #1DE8BD;
}
</style>
background-color css
<style>
a { background-color: #1DE8BD; }
a { background-color: rgb(29,232,189); }
div.DivClassName
{
background-color: #1DE8BD;
}
.BgClassName
{
background-color: #1DE8BD;
}
</style>
border-color css
<style>
span { border-color: #1DE8BD; }
span { border-color: rgb(29,232,189); }
td.TdClassName
{
border-color: #1DE8BD;
}
.TagClassName
{
border-color: #1DE8BD;
}
</style>