Shades of Bright Turquoise #1DECDB
Tints of Bright Turquoise #1DECDB
RGB
CMYK
RGB Variations
Color information
#1DECDB (or 0x1DECDB) is known color: Bright Turquoise. HEX triplet: 1D, EC and DB. RGB value is (29,236,219). Sum of RGB (Red+Green+Blue) = 29+236+219=484 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.99% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECDB is #E21324. Grayscale: #ACACAC. Windows color (decimal): -14816037 or 14412829. OLE color: 14412829.
HSL color Cylindrical-coordinate representation of color #1DECDB: hue angle of 175.07º 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 #1DECDB is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 219 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.07 |
| HSL | 175.07º | 0.84% | 0.52% | - |
| HSV(B) | 175.07º | 0.88% | 0.93% | - |
| XYZ | 43.29 | 65.37 | 77.35 | - |
| YUV | 172.17 | 154.42 | 25.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 219 | 0.88 | 0 | 0.07 | 0.07 | 175.07 | 0.84 | 0.52 |
| Hex | 1D | EC | DB | 58 | 0 | 7 | 7 | AF | 54 | 34 |
| Octal | 35 | 354 | 333 | 130 | 0 | 7 | 7 | 257 | 124 | 64 |
| Binary | 11101 | 11101100 | 11011011 | 1011000 | 0 | 111 | 111 | 10101111 | 1010100 | 110100 |
Color Harmonies of #1DECDB
Complementary color
Monochromatic Colors of #1DECDB
Black with #1DECDB
Text Example
Text Example
White with #1DECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECDB; }
p { color: rgb(29,236,219); }
H1.HeaderClassName
{
color: #1DECDB;
}
.AnyTagClassName
{
color: #1DECDB;
}
</style>
background-color css
<style>
a { background-color: #1DECDB; }
a { background-color: rgb(29,236,219); }
div.DivClassName
{
background-color: #1DECDB;
}
.BgClassName
{
background-color: #1DECDB;
}
</style>
border-color css
<style>
span { border-color: #1DECDB; }
span { border-color: rgb(29,236,219); }
td.TdClassName
{
border-color: #1DECDB;
}
.TagClassName
{
border-color: #1DECDB;
}
</style>