Shades of Bright Turquoise #1DFFD5
Tints of Bright Turquoise #1DFFD5
RGB
CMYK
RGB Variations
Color information
#1DFFD5 (or 0x1DFFD5) is known color: Bright Turquoise. HEX triplet: 1D, FF and D5. RGB value is (29,255,213). Sum of RGB (Red+Green+Blue) = 29+255+213=497 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.84% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFD5 is #E2002A. Grayscale: #B6B6B6. Windows color (decimal): -14811179 or 14024477. OLE color: 14024477.
HSL color Cylindrical-coordinate representation of color #1DFFD5: hue angle of 168.85º 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 #1DFFD5 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 213 | - |
| CMYK | 0.89 | 0 | 0.16 | 0 |
| HSL | 168.85º | 1% | 0.56% | - |
| HSV(B) | 168.85º | 0.89% | 1% | - |
| XYZ | 48.28 | 76.59 | 75.19 | - |
| YUV | 182.64 | 145.13 | 18.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 213 | 0.89 | 0 | 0.16 | 0 | 168.85 | 1 | 0.56 |
| Hex | 1D | FF | D5 | 59 | 0 | 10 | 0 | A9 | 64 | 38 |
| Octal | 35 | 377 | 325 | 131 | 0 | 20 | 0 | 251 | 144 | 70 |
| Binary | 11101 | 11111111 | 11010101 | 1011001 | 0 | 10000 | 0 | 10101001 | 1100100 | 111000 |
Color Harmonies of #1DFFD5
Complementary color
Monochromatic Colors of #1DFFD5
Black with #1DFFD5
Text Example
Text Example
White with #1DFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFD5; }
p { color: rgb(29,255,213); }
H1.HeaderClassName
{
color: #1DFFD5;
}
.AnyTagClassName
{
color: #1DFFD5;
}
</style>
background-color css
<style>
a { background-color: #1DFFD5; }
a { background-color: rgb(29,255,213); }
div.DivClassName
{
background-color: #1DFFD5;
}
.BgClassName
{
background-color: #1DFFD5;
}
</style>
border-color css
<style>
span { border-color: #1DFFD5; }
span { border-color: rgb(29,255,213); }
td.TdClassName
{
border-color: #1DFFD5;
}
.TagClassName
{
border-color: #1DFFD5;
}
</style>