Shades of Turquoise #1DECBB
Tints of Turquoise #1DECBB
RGB
CMYK
RGB Variations
Color information
#1DECBB (or 0x1DECBB) is known color: Turquoise. HEX triplet: 1D, EC and BB. RGB value is (29,236,187). Sum of RGB (Red+Green+Blue) = 29+236+187=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECBB is #E21344. Grayscale: #A8A8A8. Windows color (decimal): -14816069 or 12315677. OLE color: 12315677.
HSL color Cylindrical-coordinate representation of color #1DECBB: hue angle of 165.8º degrees, saturation: 0.84, 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 #1DECBB is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 187 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.07 |
| HSL | 165.8º | 0.84% | 0.52% | - |
| HSV(B) | 165.8º | 0.88% | 0.93% | - |
| XYZ | 39.47 | 63.84 | 57.26 | - |
| YUV | 168.52 | 138.42 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 187 | 0.88 | 0 | 0.21 | 0.07 | 165.8 | 0.84 | 0.52 |
| Hex | 1D | EC | BB | 58 | 0 | 15 | 7 | A6 | 54 | 34 |
| Octal | 35 | 354 | 273 | 130 | 0 | 25 | 7 | 246 | 124 | 64 |
| Binary | 11101 | 11101100 | 10111011 | 1011000 | 0 | 10101 | 111 | 10100110 | 1010100 | 110100 |
Color Harmonies of #1DECBB
Complementary color
Monochromatic Colors of #1DECBB
Black with #1DECBB
Text Example
Text Example
White with #1DECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECBB; }
p { color: rgb(29,236,187); }
H1.HeaderClassName
{
color: #1DECBB;
}
.AnyTagClassName
{
color: #1DECBB;
}
</style>
background-color css
<style>
a { background-color: #1DECBB; }
a { background-color: rgb(29,236,187); }
div.DivClassName
{
background-color: #1DECBB;
}
.BgClassName
{
background-color: #1DECBB;
}
</style>
border-color css
<style>
span { border-color: #1DECBB; }
span { border-color: rgb(29,236,187); }
td.TdClassName
{
border-color: #1DECBB;
}
.TagClassName
{
border-color: #1DECBB;
}
</style>