Shades of Bright Turquoise #1DF0D9
Tints of Bright Turquoise #1DF0D9
RGB
CMYK
RGB Variations
Color information
#1DF0D9 (or 0x1DF0D9) is known color: Bright Turquoise. HEX triplet: 1D, F0 and D9. RGB value is (29,240,217). Sum of RGB (Red+Green+Blue) = 29+240+217=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF0D9 is #E20F26. Grayscale: #AEAEAE. Windows color (decimal): -14815015 or 14282781. OLE color: 14282781.
HSL color Cylindrical-coordinate representation of color #1DF0D9: hue angle of 173.46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF0D9 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 217 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.06 |
| HSL | 173.46º | 0.88% | 0.53% | - |
| HSV(B) | 173.46º | 0.88% | 0.94% | - |
| XYZ | 44.19 | 67.59 | 76.36 | - |
| YUV | 174.29 | 152.1 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 217 | 0.88 | 0 | 0.10 | 0.06 | 173.46 | 0.88 | 0.53 |
| Hex | 1D | F0 | D9 | 58 | 0 | A | 6 | AD | 58 | 35 |
| Octal | 35 | 360 | 331 | 130 | 0 | 12 | 6 | 255 | 130 | 65 |
| Binary | 11101 | 11110000 | 11011001 | 1011000 | 0 | 1010 | 110 | 10101101 | 1011000 | 110101 |
Color Harmonies of #1DF0D9
Complementary color
Monochromatic Colors of #1DF0D9
Black with #1DF0D9
Text Example
Text Example
White with #1DF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF0D9; }
p { color: rgb(29,240,217); }
H1.HeaderClassName
{
color: #1DF0D9;
}
.AnyTagClassName
{
color: #1DF0D9;
}
</style>
background-color css
<style>
a { background-color: #1DF0D9; }
a { background-color: rgb(29,240,217); }
div.DivClassName
{
background-color: #1DF0D9;
}
.BgClassName
{
background-color: #1DF0D9;
}
</style>
border-color css
<style>
span { border-color: #1DF0D9; }
span { border-color: rgb(29,240,217); }
td.TdClassName
{
border-color: #1DF0D9;
}
.TagClassName
{
border-color: #1DF0D9;
}
</style>