Shades of Bright Turquoise #1DEDEB
Tints of Bright Turquoise #1DEDEB
RGB
CMYK
RGB Variations
Color information
#1DEDEB (or 0x1DEDEB) is known color: Bright Turquoise. HEX triplet: 1D, ED and EB. RGB value is (29,237,235). Sum of RGB (Red+Green+Blue) = 29+237+235=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEDEB is #E21214. Grayscale: #AEAEAE. Windows color (decimal): -14815765 or 15461661. OLE color: 15461661.
HSL color Cylindrical-coordinate representation of color #1DEDEB: hue angle of 179.42º 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 #1DEDEB is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 235 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.07 |
| HSL | 179.42º | 0.85% | 0.52% | - |
| HSV(B) | 179.42º | 0.88% | 0.93% | - |
| XYZ | 45.79 | 66.83 | 89.08 | - |
| YUV | 174.58 | 162.09 | 24.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 235 | 0.88 | 0 | 0.01 | 0.07 | 179.42 | 0.85 | 0.52 |
| Hex | 1D | ED | EB | 58 | 0 | 1 | 7 | B3 | 55 | 34 |
| Octal | 35 | 355 | 353 | 130 | 0 | 1 | 7 | 263 | 125 | 64 |
| Binary | 11101 | 11101101 | 11101011 | 1011000 | 0 | 1 | 111 | 10110011 | 1010101 | 110100 |
Color Harmonies of #1DEDEB
Complementary color
Monochromatic Colors of #1DEDEB
Black with #1DEDEB
Text Example
Text Example
White with #1DEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDEB; }
p { color: rgb(29,237,235); }
H1.HeaderClassName
{
color: #1DEDEB;
}
.AnyTagClassName
{
color: #1DEDEB;
}
</style>
background-color css
<style>
a { background-color: #1DEDEB; }
a { background-color: rgb(29,237,235); }
div.DivClassName
{
background-color: #1DEDEB;
}
.BgClassName
{
background-color: #1DEDEB;
}
</style>
border-color css
<style>
span { border-color: #1DEDEB; }
span { border-color: rgb(29,237,235); }
td.TdClassName
{
border-color: #1DEDEB;
}
.TagClassName
{
border-color: #1DEDEB;
}
</style>