Shades of Bright Turquoise #1DEDBC
Tints of Bright Turquoise #1DEDBC
RGB
CMYK
RGB Variations
Color information
#1DEDBC (or 0x1DEDBC) is known color: Bright Turquoise. HEX triplet: 1D, ED and BC. RGB value is (29,237,188). Sum of RGB (Red+Green+Blue) = 29+237+188=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDBC is #E21243. Grayscale: #A9A9A9. Windows color (decimal): -14815812 or 12381469. OLE color: 12381469.
HSL color Cylindrical-coordinate representation of color #1DEDBC: hue angle of 165.87º 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 #1DEDBC is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 188 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.07 |
| HSL | 165.87º | 0.85% | 0.52% | - |
| HSV(B) | 165.87º | 0.88% | 0.93% | - |
| XYZ | 39.87 | 64.46 | 57.92 | - |
| YUV | 169.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 188 | 0.88 | 0 | 0.21 | 0.07 | 165.87 | 0.85 | 0.52 |
| Hex | 1D | ED | BC | 58 | 0 | 15 | 7 | A6 | 55 | 34 |
| Octal | 35 | 355 | 274 | 130 | 0 | 25 | 7 | 246 | 125 | 64 |
| Binary | 11101 | 11101101 | 10111100 | 1011000 | 0 | 10101 | 111 | 10100110 | 1010101 | 110100 |
Color Harmonies of #1DEDBC
Complementary color
Monochromatic Colors of #1DEDBC
Black with #1DEDBC
Text Example
Text Example
White with #1DEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDBC; }
p { color: rgb(29,237,188); }
H1.HeaderClassName
{
color: #1DEDBC;
}
.AnyTagClassName
{
color: #1DEDBC;
}
</style>
background-color css
<style>
a { background-color: #1DEDBC; }
a { background-color: rgb(29,237,188); }
div.DivClassName
{
background-color: #1DEDBC;
}
.BgClassName
{
background-color: #1DEDBC;
}
</style>
border-color css
<style>
span { border-color: #1DEDBC; }
span { border-color: rgb(29,237,188); }
td.TdClassName
{
border-color: #1DEDBC;
}
.TagClassName
{
border-color: #1DEDBC;
}
</style>