Shades of Bright Turquoise #1DFFDD
Tints of Bright Turquoise #1DFFDD
RGB
CMYK
RGB Variations
Color information
#1DFFDD (or 0x1DFFDD) is known color: Bright Turquoise. HEX triplet: 1D, FF and DD. RGB value is (29,255,221). Sum of RGB (Red+Green+Blue) = 29+255+221=505 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.74% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFDD is #E20022. Grayscale: #B7B7B7. Windows color (decimal): -14811171 or 14548765. OLE color: 14548765.
HSL color Cylindrical-coordinate representation of color #1DFFDD: hue angle of 170.97º 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 #1DFFDD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 221 | - |
| CMYK | 0.89 | 0 | 0.13 | 0 |
| HSL | 170.97º | 1% | 0.56% | - |
| HSV(B) | 170.97º | 0.89% | 1% | - |
| XYZ | 49.32 | 77 | 80.67 | - |
| YUV | 183.55 | 149.13 | 17.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 221 | 0.89 | 0 | 0.13 | 0 | 170.97 | 1 | 0.56 |
| Hex | 1D | FF | DD | 59 | 0 | D | 0 | AB | 64 | 38 |
| Octal | 35 | 377 | 335 | 131 | 0 | 15 | 0 | 253 | 144 | 70 |
| Binary | 11101 | 11111111 | 11011101 | 1011001 | 0 | 1101 | 0 | 10101011 | 1100100 | 111000 |
Color Harmonies of #1DFFDD
Complementary color
Monochromatic Colors of #1DFFDD
Black with #1DFFDD
Text Example
Text Example
White with #1DFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFDD; }
p { color: rgb(29,255,221); }
H1.HeaderClassName
{
color: #1DFFDD;
}
.AnyTagClassName
{
color: #1DFFDD;
}
</style>
background-color css
<style>
a { background-color: #1DFFDD; }
a { background-color: rgb(29,255,221); }
div.DivClassName
{
background-color: #1DFFDD;
}
.BgClassName
{
background-color: #1DFFDD;
}
</style>
border-color css
<style>
span { border-color: #1DFFDD; }
span { border-color: rgb(29,255,221); }
td.TdClassName
{
border-color: #1DFFDD;
}
.TagClassName
{
border-color: #1DFFDD;
}
</style>