Shades of Bright Turquoise #1DE1C4
Tints of Bright Turquoise #1DE1C4
RGB
CMYK
RGB Variations
Color information
#1DE1C4 (or 0x1DE1C4) is known color: Bright Turquoise. HEX triplet: 1D, E1 and C4. RGB value is (29,225,196). Sum of RGB (Red+Green+Blue) = 29+225+196=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE1C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE1C4 is #E21E3B. Grayscale: #A3A3A3. Windows color (decimal): -14818876 or 12902685. OLE color: 12902685.
HSL color Cylindrical-coordinate representation of color #1DE1C4: hue angle of 171.12º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE1C4 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 225 | 196 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.12 |
| HSL | 171.12º | 0.77% | 0.5% | - |
| HSV(B) | 171.12º | 0.87% | 0.88% | - |
| XYZ | 37.4 | 58.1 | 61.47 | - |
| YUV | 163.09 | 146.57 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 225 | 196 | 0.87 | 0 | 0.13 | 0.12 | 171.12 | 0.77 | 0.5 |
| Hex | 1D | E1 | C4 | 57 | 0 | D | C | AB | 4D | 32 |
| Octal | 35 | 341 | 304 | 127 | 0 | 15 | 14 | 253 | 115 | 62 |
| Binary | 11101 | 11100001 | 11000100 | 1010111 | 0 | 1101 | 1100 | 10101011 | 1001101 | 110010 |
Color Harmonies of #1DE1C4
Complementary color
Monochromatic Colors of #1DE1C4
Black with #1DE1C4
Text Example
Text Example
White with #1DE1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE1C4; }
p { color: rgb(29,225,196); }
H1.HeaderClassName
{
color: #1DE1C4;
}
.AnyTagClassName
{
color: #1DE1C4;
}
</style>
background-color css
<style>
a { background-color: #1DE1C4; }
a { background-color: rgb(29,225,196); }
div.DivClassName
{
background-color: #1DE1C4;
}
.BgClassName
{
background-color: #1DE1C4;
}
</style>
border-color css
<style>
span { border-color: #1DE1C4; }
span { border-color: rgb(29,225,196); }
td.TdClassName
{
border-color: #1DE1C4;
}
.TagClassName
{
border-color: #1DE1C4;
}
</style>