Shades of Bright Turquoise #1DFFDC
Tints of Bright Turquoise #1DFFDC
RGB
CMYK
RGB Variations
Color information
#1DFFDC (or 0x1DFFDC) is known color: Bright Turquoise. HEX triplet: 1D, FF and DC. RGB value is (29,255,220). Sum of RGB (Red+Green+Blue) = 29+255+220=504 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.75% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFDC is #E20023. Grayscale: #B7B7B7. Windows color (decimal): -14811172 or 14483229. OLE color: 14483229.
HSL color Cylindrical-coordinate representation of color #1DFFDC: hue angle of 170.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFFDC is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 220 | - |
| CMYK | 0.89 | 0 | 0.14 | 0 |
| HSL | 170.71º | 1% | 0.56% | - |
| HSV(B) | 170.71º | 0.89% | 1% | - |
| XYZ | 49.18 | 76.95 | 79.97 | - |
| YUV | 183.44 | 148.63 | 17.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 220 | 0.89 | 0 | 0.14 | 0 | 170.71 | 1 | 0.56 |
| Hex | 1D | FF | DC | 59 | 0 | E | 0 | AB | 64 | 38 |
| Octal | 35 | 377 | 334 | 131 | 0 | 16 | 0 | 253 | 144 | 70 |
| Binary | 11101 | 11111111 | 11011100 | 1011001 | 0 | 1110 | 0 | 10101011 | 1100100 | 111000 |
Color Harmonies of #1DFFDC
Complementary color
Monochromatic Colors of #1DFFDC
Black with #1DFFDC
Text Example
Text Example
White with #1DFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFDC; }
p { color: rgb(29,255,220); }
H1.HeaderClassName
{
color: #1DFFDC;
}
.AnyTagClassName
{
color: #1DFFDC;
}
</style>
background-color css
<style>
a { background-color: #1DFFDC; }
a { background-color: rgb(29,255,220); }
div.DivClassName
{
background-color: #1DFFDC;
}
.BgClassName
{
background-color: #1DFFDC;
}
</style>
border-color css
<style>
span { border-color: #1DFFDC; }
span { border-color: rgb(29,255,220); }
td.TdClassName
{
border-color: #1DFFDC;
}
.TagClassName
{
border-color: #1DFFDC;
}
</style>