Shades of Bright Turquoise #1DEDD5
Tints of Bright Turquoise #1DEDD5
RGB
CMYK
RGB Variations
Color information
#1DEDD5 (or 0x1DEDD5) is known color: Bright Turquoise. HEX triplet: 1D, ED and D5. RGB value is (29,237,213). Sum of RGB (Red+Green+Blue) = 29+237+213=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDD5 is #E2122A. Grayscale: #ABABAB. Windows color (decimal): -14815787 or 14019869. OLE color: 14019869.
HSL color Cylindrical-coordinate representation of color #1DEDD5: hue angle of 173.08º degrees, saturation: 0.85, 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 #1DEDD5 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 213 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.07 |
| HSL | 173.08º | 0.85% | 0.52% | - |
| HSV(B) | 173.08º | 0.88% | 0.93% | - |
| XYZ | 42.8 | 65.63 | 73.36 | - |
| YUV | 172.07 | 151.09 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 213 | 0.88 | 0 | 0.10 | 0.07 | 173.08 | 0.85 | 0.52 |
| Hex | 1D | ED | D5 | 58 | 0 | A | 7 | AD | 55 | 34 |
| Octal | 35 | 355 | 325 | 130 | 0 | 12 | 7 | 255 | 125 | 64 |
| Binary | 11101 | 11101101 | 11010101 | 1011000 | 0 | 1010 | 111 | 10101101 | 1010101 | 110100 |
Color Harmonies of #1DEDD5
Complementary color
Monochromatic Colors of #1DEDD5
Black with #1DEDD5
Text Example
Text Example
White with #1DEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDD5; }
p { color: rgb(29,237,213); }
H1.HeaderClassName
{
color: #1DEDD5;
}
.AnyTagClassName
{
color: #1DEDD5;
}
</style>
background-color css
<style>
a { background-color: #1DEDD5; }
a { background-color: rgb(29,237,213); }
div.DivClassName
{
background-color: #1DEDD5;
}
.BgClassName
{
background-color: #1DEDD5;
}
</style>
border-color css
<style>
span { border-color: #1DEDD5; }
span { border-color: rgb(29,237,213); }
td.TdClassName
{
border-color: #1DEDD5;
}
.TagClassName
{
border-color: #1DEDD5;
}
</style>