Shades of Bright Turquoise #1DECBE
Tints of Bright Turquoise #1DECBE
RGB
CMYK
RGB Variations
Color information
#1DECBE (or 0x1DECBE) is known color: Bright Turquoise. HEX triplet: 1D, EC and BE. RGB value is (29,236,190). Sum of RGB (Red+Green+Blue) = 29+236+190=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECBE is #E21341. Grayscale: #A8A8A8. Windows color (decimal): -14816066 or 12512285. OLE color: 12512285.
HSL color Cylindrical-coordinate representation of color #1DECBE: hue angle of 166.67º 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 #1DECBE is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 190 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.07 |
| HSL | 166.67º | 0.84% | 0.52% | - |
| HSV(B) | 166.67º | 0.88% | 0.93% | - |
| XYZ | 39.8 | 63.97 | 58.97 | - |
| YUV | 168.86 | 139.92 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 190 | 0.88 | 0 | 0.19 | 0.07 | 166.67 | 0.84 | 0.52 |
| Hex | 1D | EC | BE | 58 | 0 | 13 | 7 | A7 | 54 | 34 |
| Octal | 35 | 354 | 276 | 130 | 0 | 23 | 7 | 247 | 124 | 64 |
| Binary | 11101 | 11101100 | 10111110 | 1011000 | 0 | 10011 | 111 | 10100111 | 1010100 | 110100 |
Color Harmonies of #1DECBE
Complementary color
Monochromatic Colors of #1DECBE
Black with #1DECBE
Text Example
Text Example
White with #1DECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECBE; }
p { color: rgb(29,236,190); }
H1.HeaderClassName
{
color: #1DECBE;
}
.AnyTagClassName
{
color: #1DECBE;
}
</style>
background-color css
<style>
a { background-color: #1DECBE; }
a { background-color: rgb(29,236,190); }
div.DivClassName
{
background-color: #1DECBE;
}
.BgClassName
{
background-color: #1DECBE;
}
</style>
border-color css
<style>
span { border-color: #1DECBE; }
span { border-color: rgb(29,236,190); }
td.TdClassName
{
border-color: #1DECBE;
}
.TagClassName
{
border-color: #1DECBE;
}
</style>