Shades of Bright Turquoise #1DF8D1
Tints of Bright Turquoise #1DF8D1
RGB
CMYK
RGB Variations
Color information
#1DF8D1 (or 0x1DF8D1) is known color: Bright Turquoise. HEX triplet: 1D, F8 and D1. RGB value is (29,248,209). Sum of RGB (Red+Green+Blue) = 29+248+209=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF8D1 is #E2072E. Grayscale: #B2B2B2. Windows color (decimal): -14812975 or 13760541. OLE color: 13760541.
HSL color Cylindrical-coordinate representation of color #1DF8D1: hue angle of 169.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF8D1 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 209 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.03 |
| HSL | 169.32º | 0.94% | 0.54% | - |
| HSV(B) | 169.32º | 0.88% | 0.97% | - |
| XYZ | 45.58 | 72 | 71.82 | - |
| YUV | 178.07 | 145.45 | 21.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 209 | 0.88 | 0 | 0.16 | 0.03 | 169.32 | 0.94 | 0.54 |
| Hex | 1D | F8 | D1 | 58 | 0 | 10 | 3 | A9 | 5E | 36 |
| Octal | 35 | 370 | 321 | 130 | 0 | 20 | 3 | 251 | 136 | 66 |
| Binary | 11101 | 11111000 | 11010001 | 1011000 | 0 | 10000 | 11 | 10101001 | 1011110 | 110110 |
Color Harmonies of #1DF8D1
Complementary color
Monochromatic Colors of #1DF8D1
Black with #1DF8D1
Text Example
Text Example
White with #1DF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF8D1; }
p { color: rgb(29,248,209); }
H1.HeaderClassName
{
color: #1DF8D1;
}
.AnyTagClassName
{
color: #1DF8D1;
}
</style>
background-color css
<style>
a { background-color: #1DF8D1; }
a { background-color: rgb(29,248,209); }
div.DivClassName
{
background-color: #1DF8D1;
}
.BgClassName
{
background-color: #1DF8D1;
}
</style>
border-color css
<style>
span { border-color: #1DF8D1; }
span { border-color: rgb(29,248,209); }
td.TdClassName
{
border-color: #1DF8D1;
}
.TagClassName
{
border-color: #1DF8D1;
}
</style>