Shades of Bright Turquoise #1DECDD
Tints of Bright Turquoise #1DECDD
RGB
CMYK
RGB Variations
Color information
#1DECDD (or 0x1DECDD) is known color: Bright Turquoise. HEX triplet: 1D, EC and DD. RGB value is (29,236,221). Sum of RGB (Red+Green+Blue) = 29+236+221=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECDD is #E21322. Grayscale: #ACACAC. Windows color (decimal): -14816035 or 14543901. OLE color: 14543901.
HSL color Cylindrical-coordinate representation of color #1DECDD: hue angle of 175.65º 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 #1DECDD is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 221 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.07 |
| HSL | 175.65º | 0.84% | 0.52% | - |
| HSV(B) | 175.65º | 0.88% | 0.93% | - |
| XYZ | 43.55 | 65.47 | 78.75 | - |
| YUV | 172.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 221 | 0.88 | 0 | 0.06 | 0.07 | 175.65 | 0.84 | 0.52 |
| Hex | 1D | EC | DD | 58 | 0 | 6 | 7 | B0 | 54 | 34 |
| Octal | 35 | 354 | 335 | 130 | 0 | 6 | 7 | 260 | 124 | 64 |
| Binary | 11101 | 11101100 | 11011101 | 1011000 | 0 | 110 | 111 | 10110000 | 1010100 | 110100 |
Color Harmonies of #1DECDD
Complementary color
Monochromatic Colors of #1DECDD
Black with #1DECDD
Text Example
Text Example
White with #1DECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECDD; }
p { color: rgb(29,236,221); }
H1.HeaderClassName
{
color: #1DECDD;
}
.AnyTagClassName
{
color: #1DECDD;
}
</style>
background-color css
<style>
a { background-color: #1DECDD; }
a { background-color: rgb(29,236,221); }
div.DivClassName
{
background-color: #1DECDD;
}
.BgClassName
{
background-color: #1DECDD;
}
</style>
border-color css
<style>
span { border-color: #1DECDD; }
span { border-color: rgb(29,236,221); }
td.TdClassName
{
border-color: #1DECDD;
}
.TagClassName
{
border-color: #1DECDD;
}
</style>