Shades of Bright Turquoise #1DEDCC
Tints of Bright Turquoise #1DEDCC
RGB
CMYK
RGB Variations
Color information
#1DEDCC (or 0x1DEDCC) is known color: Bright Turquoise. HEX triplet: 1D, ED and CC. RGB value is (29,237,204). Sum of RGB (Red+Green+Blue) = 29+237+204=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDCC is #E21233. Grayscale: #AAAAAA. Windows color (decimal): -14815796 or 13430045. OLE color: 13430045.
HSL color Cylindrical-coordinate representation of color #1DEDCC: hue angle of 170.48º 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 #1DEDCC is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 204 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.07 |
| HSL | 170.48º | 0.85% | 0.52% | - |
| HSV(B) | 170.48º | 0.88% | 0.93% | - |
| XYZ | 41.69 | 65.19 | 67.51 | - |
| YUV | 171.05 | 146.59 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 204 | 0.88 | 0 | 0.14 | 0.07 | 170.48 | 0.85 | 0.52 |
| Hex | 1D | ED | CC | 58 | 0 | E | 7 | AA | 55 | 34 |
| Octal | 35 | 355 | 314 | 130 | 0 | 16 | 7 | 252 | 125 | 64 |
| Binary | 11101 | 11101101 | 11001100 | 1011000 | 0 | 1110 | 111 | 10101010 | 1010101 | 110100 |
Color Harmonies of #1DEDCC
Complementary color
Monochromatic Colors of #1DEDCC
Black with #1DEDCC
Text Example
Text Example
White with #1DEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDCC; }
p { color: rgb(29,237,204); }
H1.HeaderClassName
{
color: #1DEDCC;
}
.AnyTagClassName
{
color: #1DEDCC;
}
</style>
background-color css
<style>
a { background-color: #1DEDCC; }
a { background-color: rgb(29,237,204); }
div.DivClassName
{
background-color: #1DEDCC;
}
.BgClassName
{
background-color: #1DEDCC;
}
</style>
border-color css
<style>
span { border-color: #1DEDCC; }
span { border-color: rgb(29,237,204); }
td.TdClassName
{
border-color: #1DEDCC;
}
.TagClassName
{
border-color: #1DEDCC;
}
</style>