Shades of Bright Turquoise #1DECE0
Tints of Bright Turquoise #1DECE0
RGB
CMYK
RGB Variations
Color information
#1DECE0 (or 0x1DECE0) is known color: Bright Turquoise. HEX triplet: 1D, EC and E0. RGB value is (29,236,224). Sum of RGB (Red+Green+Blue) = 29+236+224=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECE0 is #E2131F. Grayscale: #ACACAC. Windows color (decimal): -14816032 or 14740509. OLE color: 14740509.
HSL color Cylindrical-coordinate representation of color #1DECE0: hue angle of 176.52º degrees, saturation: 0.84, 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 #1DECE0 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 224 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.07 |
| HSL | 176.52º | 0.84% | 0.52% | - |
| HSV(B) | 176.52º | 0.88% | 0.93% | - |
| XYZ | 43.96 | 65.63 | 80.87 | - |
| YUV | 172.74 | 156.92 | 25.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 224 | 0.88 | 0 | 0.05 | 0.07 | 176.52 | 0.84 | 0.52 |
| Hex | 1D | EC | E0 | 58 | 0 | 5 | 7 | B1 | 54 | 34 |
| Octal | 35 | 354 | 340 | 130 | 0 | 5 | 7 | 261 | 124 | 64 |
| Binary | 11101 | 11101100 | 11100000 | 1011000 | 0 | 101 | 111 | 10110001 | 1010100 | 110100 |
Color Harmonies of #1DECE0
Complementary color
Monochromatic Colors of #1DECE0
Black with #1DECE0
Text Example
Text Example
White with #1DECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECE0; }
p { color: rgb(29,236,224); }
H1.HeaderClassName
{
color: #1DECE0;
}
.AnyTagClassName
{
color: #1DECE0;
}
</style>
background-color css
<style>
a { background-color: #1DECE0; }
a { background-color: rgb(29,236,224); }
div.DivClassName
{
background-color: #1DECE0;
}
.BgClassName
{
background-color: #1DECE0;
}
</style>
border-color css
<style>
span { border-color: #1DECE0; }
span { border-color: rgb(29,236,224); }
td.TdClassName
{
border-color: #1DECE0;
}
.TagClassName
{
border-color: #1DECE0;
}
</style>