Shades of Bright Turquoise #1DE1D0
Tints of Bright Turquoise #1DE1D0
RGB
CMYK
RGB Variations
Color information
#1DE1D0 (or 0x1DE1D0) is known color: Bright Turquoise. HEX triplet: 1D, E1 and D0. RGB value is (29,225,208). Sum of RGB (Red+Green+Blue) = 29+225+208=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE1D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE1D0 is #E21E2F. Grayscale: #A4A4A4. Windows color (decimal): -14818864 or 13689117. OLE color: 13689117.
HSL color Cylindrical-coordinate representation of color #1DE1D0: hue angle of 174.8º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE1D0 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 225 | 208 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.12 |
| HSL | 174.8º | 0.77% | 0.5% | - |
| HSV(B) | 174.8º | 0.87% | 0.88% | - |
| XYZ | 38.82 | 58.67 | 68.95 | - |
| YUV | 164.46 | 152.57 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 225 | 208 | 0.87 | 0 | 0.08 | 0.12 | 174.8 | 0.77 | 0.5 |
| Hex | 1D | E1 | D0 | 57 | 0 | 8 | C | AF | 4D | 32 |
| Octal | 35 | 341 | 320 | 127 | 0 | 10 | 14 | 257 | 115 | 62 |
| Binary | 11101 | 11100001 | 11010000 | 1010111 | 0 | 1000 | 1100 | 10101111 | 1001101 | 110010 |
Color Harmonies of #1DE1D0
Complementary color
Monochromatic Colors of #1DE1D0
Black with #1DE1D0
Text Example
Text Example
White with #1DE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE1D0; }
p { color: rgb(29,225,208); }
H1.HeaderClassName
{
color: #1DE1D0;
}
.AnyTagClassName
{
color: #1DE1D0;
}
</style>
background-color css
<style>
a { background-color: #1DE1D0; }
a { background-color: rgb(29,225,208); }
div.DivClassName
{
background-color: #1DE1D0;
}
.BgClassName
{
background-color: #1DE1D0;
}
</style>
border-color css
<style>
span { border-color: #1DE1D0; }
span { border-color: rgb(29,225,208); }
td.TdClassName
{
border-color: #1DE1D0;
}
.TagClassName
{
border-color: #1DE1D0;
}
</style>