Shades of Bright Turquoise #1DE1CA
Tints of Bright Turquoise #1DE1CA
RGB
CMYK
RGB Variations
Color information
#1DE1CA (or 0x1DE1CA) is known color: Bright Turquoise. HEX triplet: 1D, E1 and CA. RGB value is (29,225,202). Sum of RGB (Red+Green+Blue) = 29+225+202=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE1CA is #E21E35. Grayscale: #A3A3A3. Windows color (decimal): -14818870 or 13295901. OLE color: 13295901.
HSL color Cylindrical-coordinate representation of color #1DE1CA: hue angle of 172.96º 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 #1DE1CA is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 225 | 202 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.12 |
| HSL | 172.96º | 0.77% | 0.5% | - |
| HSV(B) | 172.96º | 0.87% | 0.88% | - |
| XYZ | 38.09 | 58.38 | 65.14 | - |
| YUV | 163.77 | 149.57 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 225 | 202 | 0.87 | 0 | 0.10 | 0.12 | 172.96 | 0.77 | 0.5 |
| Hex | 1D | E1 | CA | 57 | 0 | A | C | AD | 4D | 32 |
| Octal | 35 | 341 | 312 | 127 | 0 | 12 | 14 | 255 | 115 | 62 |
| Binary | 11101 | 11100001 | 11001010 | 1010111 | 0 | 1010 | 1100 | 10101101 | 1001101 | 110010 |
Color Harmonies of #1DE1CA
Complementary color
Monochromatic Colors of #1DE1CA
Black with #1DE1CA
Text Example
Text Example
White with #1DE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE1CA; }
p { color: rgb(29,225,202); }
H1.HeaderClassName
{
color: #1DE1CA;
}
.AnyTagClassName
{
color: #1DE1CA;
}
</style>
background-color css
<style>
a { background-color: #1DE1CA; }
a { background-color: rgb(29,225,202); }
div.DivClassName
{
background-color: #1DE1CA;
}
.BgClassName
{
background-color: #1DE1CA;
}
</style>
border-color css
<style>
span { border-color: #1DE1CA; }
span { border-color: rgb(29,225,202); }
td.TdClassName
{
border-color: #1DE1CA;
}
.TagClassName
{
border-color: #1DE1CA;
}
</style>