Shades of Bright Turquoise #1DECCD
Tints of Bright Turquoise #1DECCD
RGB
CMYK
RGB Variations
Color information
#1DECCD (or 0x1DECCD) is known color: Bright Turquoise. HEX triplet: 1D, EC and CD. RGB value is (29,236,205). Sum of RGB (Red+Green+Blue) = 29+236+205=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECCD is #E21332. Grayscale: #AAAAAA. Windows color (decimal): -14816051 or 13495325. OLE color: 13495325.
HSL color Cylindrical-coordinate representation of color #1DECCD: hue angle of 171.01º 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 #1DECCD is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 205 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.07 |
| HSL | 171.01º | 0.84% | 0.52% | - |
| HSV(B) | 171.01º | 0.88% | 0.93% | - |
| XYZ | 41.52 | 64.66 | 68.05 | - |
| YUV | 170.57 | 147.42 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 205 | 0.88 | 0 | 0.13 | 0.07 | 171.01 | 0.84 | 0.52 |
| Hex | 1D | EC | CD | 58 | 0 | D | 7 | AB | 54 | 34 |
| Octal | 35 | 354 | 315 | 130 | 0 | 15 | 7 | 253 | 124 | 64 |
| Binary | 11101 | 11101100 | 11001101 | 1011000 | 0 | 1101 | 111 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1DECCD
Complementary color
Monochromatic Colors of #1DECCD
Black with #1DECCD
Text Example
Text Example
White with #1DECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECCD; }
p { color: rgb(29,236,205); }
H1.HeaderClassName
{
color: #1DECCD;
}
.AnyTagClassName
{
color: #1DECCD;
}
</style>
background-color css
<style>
a { background-color: #1DECCD; }
a { background-color: rgb(29,236,205); }
div.DivClassName
{
background-color: #1DECCD;
}
.BgClassName
{
background-color: #1DECCD;
}
</style>
border-color css
<style>
span { border-color: #1DECCD; }
span { border-color: rgb(29,236,205); }
td.TdClassName
{
border-color: #1DECCD;
}
.TagClassName
{
border-color: #1DECCD;
}
</style>