Shades of Bright Turquoise #1DEDEC
Tints of Bright Turquoise #1DEDEC
RGB
CMYK
RGB Variations
Color information
#1DEDEC (or 0x1DEDEC) is known color: Bright Turquoise. HEX triplet: 1D, ED and EC. RGB value is (29,237,236). Sum of RGB (Red+Green+Blue) = 29+237+236=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEDEC is #E21213. Grayscale: #AEAEAE. Windows color (decimal): -14815764 or 15527197. OLE color: 15527197.
HSL color Cylindrical-coordinate representation of color #1DEDEC: hue angle of 179.71º 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 #1DEDEC is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 236 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.07 |
| HSL | 179.71º | 0.85% | 0.52% | - |
| HSV(B) | 179.71º | 0.88% | 0.93% | - |
| XYZ | 45.93 | 66.89 | 89.85 | - |
| YUV | 174.69 | 162.59 | 24.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 236 | 0.88 | 0 | 0.00 | 0.07 | 179.71 | 0.85 | 0.52 |
| Hex | 1D | ED | EC | 58 | 0 | 0 | 7 | B4 | 55 | 34 |
| Octal | 35 | 355 | 354 | 130 | 0 | 0 | 7 | 264 | 125 | 64 |
| Binary | 11101 | 11101101 | 11101100 | 1011000 | 0 | 0 | 111 | 10110100 | 1010101 | 110100 |
Color Harmonies of #1DEDEC
Complementary color
Monochromatic Colors of #1DEDEC
Black with #1DEDEC
Text Example
Text Example
White with #1DEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDEC; }
p { color: rgb(29,237,236); }
H1.HeaderClassName
{
color: #1DEDEC;
}
.AnyTagClassName
{
color: #1DEDEC;
}
</style>
background-color css
<style>
a { background-color: #1DEDEC; }
a { background-color: rgb(29,237,236); }
div.DivClassName
{
background-color: #1DEDEC;
}
.BgClassName
{
background-color: #1DEDEC;
}
</style>
border-color css
<style>
span { border-color: #1DEDEC; }
span { border-color: rgb(29,237,236); }
td.TdClassName
{
border-color: #1DEDEC;
}
.TagClassName
{
border-color: #1DEDEC;
}
</style>