Shades of Bright Turquoise #1DEDCD
Tints of Bright Turquoise #1DEDCD
RGB
CMYK
RGB Variations
Color information
#1DEDCD (or 0x1DEDCD) is known color: Bright Turquoise. HEX triplet: 1D, ED and CD. RGB value is (29,237,205). Sum of RGB (Red+Green+Blue) = 29+237+205=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDCD is #E21232. Grayscale: #ABABAB. Windows color (decimal): -14815795 or 13495581. OLE color: 13495581.
HSL color Cylindrical-coordinate representation of color #1DEDCD: hue angle of 170.77º 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 #1DEDCD is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 205 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.07 |
| HSL | 170.77º | 0.85% | 0.52% | - |
| HSV(B) | 170.77º | 0.88% | 0.93% | - |
| XYZ | 41.81 | 65.24 | 68.15 | - |
| YUV | 171.16 | 147.09 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 205 | 0.88 | 0 | 0.14 | 0.07 | 170.77 | 0.85 | 0.52 |
| Hex | 1D | ED | CD | 58 | 0 | E | 7 | AB | 55 | 34 |
| Octal | 35 | 355 | 315 | 130 | 0 | 16 | 7 | 253 | 125 | 64 |
| Binary | 11101 | 11101101 | 11001101 | 1011000 | 0 | 1110 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1DEDCD
Complementary color
Monochromatic Colors of #1DEDCD
Black with #1DEDCD
Text Example
Text Example
White with #1DEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDCD; }
p { color: rgb(29,237,205); }
H1.HeaderClassName
{
color: #1DEDCD;
}
.AnyTagClassName
{
color: #1DEDCD;
}
</style>
background-color css
<style>
a { background-color: #1DEDCD; }
a { background-color: rgb(29,237,205); }
div.DivClassName
{
background-color: #1DEDCD;
}
.BgClassName
{
background-color: #1DEDCD;
}
</style>
border-color css
<style>
span { border-color: #1DEDCD; }
span { border-color: rgb(29,237,205); }
td.TdClassName
{
border-color: #1DEDCD;
}
.TagClassName
{
border-color: #1DEDCD;
}
</style>