Shades of Bright Turquoise #1DF5CD
Tints of Bright Turquoise #1DF5CD
RGB
CMYK
RGB Variations
Color information
#1DF5CD (or 0x1DF5CD) is known color: Bright Turquoise. HEX triplet: 1D, F5 and CD. RGB value is (29,245,205). Sum of RGB (Red+Green+Blue) = 29+245+205=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF5CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF5CD is #E20A32. Grayscale: #AFAFAF. Windows color (decimal): -14813747 or 13497629. OLE color: 13497629.
HSL color Cylindrical-coordinate representation of color #1DF5CD: hue angle of 168.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF5CD is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 205 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.04 |
| HSL | 168.89º | 0.92% | 0.54% | - |
| HSV(B) | 168.89º | 0.88% | 0.96% | - |
| XYZ | 44.18 | 69.97 | 68.94 | - |
| YUV | 175.86 | 144.44 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 205 | 0.88 | 0 | 0.16 | 0.04 | 168.89 | 0.92 | 0.54 |
| Hex | 1D | F5 | CD | 58 | 0 | 10 | 4 | A9 | 5C | 36 |
| Octal | 35 | 365 | 315 | 130 | 0 | 20 | 4 | 251 | 134 | 66 |
| Binary | 11101 | 11110101 | 11001101 | 1011000 | 0 | 10000 | 100 | 10101001 | 1011100 | 110110 |
Color Harmonies of #1DF5CD
Complementary color
Monochromatic Colors of #1DF5CD
Black with #1DF5CD
Text Example
Text Example
White with #1DF5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF5CD; }
p { color: rgb(29,245,205); }
H1.HeaderClassName
{
color: #1DF5CD;
}
.AnyTagClassName
{
color: #1DF5CD;
}
</style>
background-color css
<style>
a { background-color: #1DF5CD; }
a { background-color: rgb(29,245,205); }
div.DivClassName
{
background-color: #1DF5CD;
}
.BgClassName
{
background-color: #1DF5CD;
}
</style>
border-color css
<style>
span { border-color: #1DF5CD; }
span { border-color: rgb(29,245,205); }
td.TdClassName
{
border-color: #1DF5CD;
}
.TagClassName
{
border-color: #1DF5CD;
}
</style>