Shades of Bright Turquoise #1DFEDC
Tints of Bright Turquoise #1DFEDC
RGB
CMYK
RGB Variations
Color information
#1DFEDC (or 0x1DFEDC) is known color: Bright Turquoise. HEX triplet: 1D, FE and DC. RGB value is (29,254,220). Sum of RGB (Red+Green+Blue) = 29+254+220=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEDC is #E20123. Grayscale: #B6B6B6. Windows color (decimal): -14811428 or 14482973. OLE color: 14482973.
HSL color Cylindrical-coordinate representation of color #1DFEDC: hue angle of 170.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 #1DFEDC is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 220 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.00 |
| HSL | 170.93º | 0.99% | 0.55% | - |
| HSV(B) | 170.93º | 0.89% | 1% | - |
| XYZ | 48.87 | 76.31 | 79.86 | - |
| YUV | 182.85 | 148.96 | 18.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 220 | 0.89 | 0 | 0.13 | 0.00 | 170.93 | 0.99 | 0.55 |
| Hex | 1D | FE | DC | 59 | 0 | D | 0 | AB | 63 | 37 |
| Octal | 35 | 376 | 334 | 131 | 0 | 15 | 0 | 253 | 143 | 67 |
| Binary | 11101 | 11111110 | 11011100 | 1011001 | 0 | 1101 | 0 | 10101011 | 1100011 | 110111 |
Color Harmonies of #1DFEDC
Complementary color
Monochromatic Colors of #1DFEDC
Black with #1DFEDC
Text Example
Text Example
White with #1DFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEDC; }
p { color: rgb(29,254,220); }
H1.HeaderClassName
{
color: #1DFEDC;
}
.AnyTagClassName
{
color: #1DFEDC;
}
</style>
background-color css
<style>
a { background-color: #1DFEDC; }
a { background-color: rgb(29,254,220); }
div.DivClassName
{
background-color: #1DFEDC;
}
.BgClassName
{
background-color: #1DFEDC;
}
</style>
border-color css
<style>
span { border-color: #1DFEDC; }
span { border-color: rgb(29,254,220); }
td.TdClassName
{
border-color: #1DFEDC;
}
.TagClassName
{
border-color: #1DFEDC;
}
</style>