Shades of Bright Turquoise #1DDECC
Tints of Bright Turquoise #1DDECC
RGB
CMYK
RGB Variations
Color information
#1DDECC (or 0x1DDECC) is known color: Bright Turquoise. HEX triplet: 1D, DE and CC. RGB value is (29,222,204). Sum of RGB (Red+Green+Blue) = 29+222+204=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDECC is #E22133. Grayscale: #A2A2A2. Windows color (decimal): -14819636 or 13426205. OLE color: 13426205.
HSL color Cylindrical-coordinate representation of color #1DDECC: hue angle of 174.4º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDECC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 222 | 204 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.13 |
| HSL | 174.4º | 0.77% | 0.49% | - |
| HSV(B) | 174.4º | 0.87% | 0.87% | - |
| XYZ | 37.53 | 56.86 | 66.12 | - |
| YUV | 162.24 | 151.56 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 204 | 0.87 | 0 | 0.08 | 0.13 | 174.4 | 0.77 | 0.49 |
| Hex | 1D | DE | CC | 57 | 0 | 8 | D | AE | 4D | 31 |
| Octal | 35 | 336 | 314 | 127 | 0 | 10 | 15 | 256 | 115 | 61 |
| Binary | 11101 | 11011110 | 11001100 | 1010111 | 0 | 1000 | 1101 | 10101110 | 1001101 | 110001 |
Color Harmonies of #1DDECC
Complementary color
Monochromatic Colors of #1DDECC
Black with #1DDECC
Text Example
Text Example
White with #1DDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDECC; }
p { color: rgb(29,222,204); }
H1.HeaderClassName
{
color: #1DDECC;
}
.AnyTagClassName
{
color: #1DDECC;
}
</style>
background-color css
<style>
a { background-color: #1DDECC; }
a { background-color: rgb(29,222,204); }
div.DivClassName
{
background-color: #1DDECC;
}
.BgClassName
{
background-color: #1DDECC;
}
</style>
border-color css
<style>
span { border-color: #1DDECC; }
span { border-color: rgb(29,222,204); }
td.TdClassName
{
border-color: #1DDECC;
}
.TagClassName
{
border-color: #1DDECC;
}
</style>