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