Shades of Bright Turquoise #1DECD8
Tints of Bright Turquoise #1DECD8
RGB
CMYK
RGB Variations
Color information
#1DECD8 (or 0x1DECD8) is known color: Bright Turquoise. HEX triplet: 1D, EC and D8. RGB value is (29,236,216). Sum of RGB (Red+Green+Blue) = 29+236+216=481 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.03% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECD8 is #E21327. Grayscale: #ABABAB. Windows color (decimal): -14816040 or 14216221. OLE color: 14216221.
HSL color Cylindrical-coordinate representation of color #1DECD8: hue angle of 174.2º 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 #1DECD8 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 216 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.07 |
| HSL | 174.2º | 0.84% | 0.52% | - |
| HSV(B) | 174.2º | 0.88% | 0.93% | - |
| XYZ | 42.9 | 65.21 | 75.29 | - |
| YUV | 171.83 | 152.92 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 216 | 0.88 | 0 | 0.08 | 0.07 | 174.2 | 0.84 | 0.52 |
| Hex | 1D | EC | D8 | 58 | 0 | 8 | 7 | AE | 54 | 34 |
| Octal | 35 | 354 | 330 | 130 | 0 | 10 | 7 | 256 | 124 | 64 |
| Binary | 11101 | 11101100 | 11011000 | 1011000 | 0 | 1000 | 111 | 10101110 | 1010100 | 110100 |
Color Harmonies of #1DECD8
Complementary color
Monochromatic Colors of #1DECD8
Black with #1DECD8
Text Example
Text Example
White with #1DECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECD8; }
p { color: rgb(29,236,216); }
H1.HeaderClassName
{
color: #1DECD8;
}
.AnyTagClassName
{
color: #1DECD8;
}
</style>
background-color css
<style>
a { background-color: #1DECD8; }
a { background-color: rgb(29,236,216); }
div.DivClassName
{
background-color: #1DECD8;
}
.BgClassName
{
background-color: #1DECD8;
}
</style>
border-color css
<style>
span { border-color: #1DECD8; }
span { border-color: rgb(29,236,216); }
td.TdClassName
{
border-color: #1DECD8;
}
.TagClassName
{
border-color: #1DECD8;
}
</style>