Shades of Bright Turquoise #1DFECD
Tints of Bright Turquoise #1DFECD
RGB
CMYK
RGB Variations
Color information
#1DFECD (or 0x1DFECD) is known color: Bright Turquoise. HEX triplet: 1D, FE and CD. RGB value is (29,254,205). Sum of RGB (Red+Green+Blue) = 29+254+205=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFECD is #E20132. Grayscale: #B5B5B5. Windows color (decimal): -14811443 or 13499933. OLE color: 13499933.
HSL color Cylindrical-coordinate representation of color #1DFECD: hue angle of 166.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFECD is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 205 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.00 |
| HSL | 166.93º | 0.99% | 0.55% | - |
| HSV(B) | 166.93º | 0.89% | 1% | - |
| XYZ | 46.97 | 75.55 | 69.87 | - |
| YUV | 181.14 | 141.46 | 19.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 205 | 0.89 | 0 | 0.19 | 0.00 | 166.93 | 0.99 | 0.55 |
| Hex | 1D | FE | CD | 59 | 0 | 13 | 0 | A7 | 63 | 37 |
| Octal | 35 | 376 | 315 | 131 | 0 | 23 | 0 | 247 | 143 | 67 |
| Binary | 11101 | 11111110 | 11001101 | 1011001 | 0 | 10011 | 0 | 10100111 | 1100011 | 110111 |
Color Harmonies of #1DFECD
Complementary color
Monochromatic Colors of #1DFECD
Black with #1DFECD
Text Example
Text Example
White with #1DFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFECD; }
p { color: rgb(29,254,205); }
H1.HeaderClassName
{
color: #1DFECD;
}
.AnyTagClassName
{
color: #1DFECD;
}
</style>
background-color css
<style>
a { background-color: #1DFECD; }
a { background-color: rgb(29,254,205); }
div.DivClassName
{
background-color: #1DFECD;
}
.BgClassName
{
background-color: #1DFECD;
}
</style>
border-color css
<style>
span { border-color: #1DFECD; }
span { border-color: rgb(29,254,205); }
td.TdClassName
{
border-color: #1DFECD;
}
.TagClassName
{
border-color: #1DFECD;
}
</style>