Shades of Turquoise #1DDFBF
Tints of Turquoise #1DDFBF
RGB
CMYK
RGB Variations
Color information
#1DDFBF (or 0x1DDFBF) is known color: Turquoise. HEX triplet: 1D, DF and BF. RGB value is (29,223,191). Sum of RGB (Red+Green+Blue) = 29+223+191=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFBF is #E22040. Grayscale: #A1A1A1. Windows color (decimal): -14819393 or 12574493. OLE color: 12574493.
HSL color Cylindrical-coordinate representation of color #1DDFBF: hue angle of 170.1º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDFBF is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 191 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.13 |
| HSL | 170.1º | 0.77% | 0.49% | - |
| HSV(B) | 170.1º | 0.87% | 0.87% | - |
| XYZ | 36.3 | 56.8 | 58.34 | - |
| YUV | 161.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 191 | 0.87 | 0 | 0.14 | 0.13 | 170.1 | 0.77 | 0.49 |
| Hex | 1D | DF | BF | 57 | 0 | E | D | AA | 4D | 31 |
| Octal | 35 | 337 | 277 | 127 | 0 | 16 | 15 | 252 | 115 | 61 |
| Binary | 11101 | 11011111 | 10111111 | 1010111 | 0 | 1110 | 1101 | 10101010 | 1001101 | 110001 |
Color Harmonies of #1DDFBF
Complementary color
Monochromatic Colors of #1DDFBF
Black with #1DDFBF
Text Example
Text Example
White with #1DDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFBF; }
p { color: rgb(29,223,191); }
H1.HeaderClassName
{
color: #1DDFBF;
}
.AnyTagClassName
{
color: #1DDFBF;
}
</style>
background-color css
<style>
a { background-color: #1DDFBF; }
a { background-color: rgb(29,223,191); }
div.DivClassName
{
background-color: #1DDFBF;
}
.BgClassName
{
background-color: #1DDFBF;
}
</style>
border-color css
<style>
span { border-color: #1DDFBF; }
span { border-color: rgb(29,223,191); }
td.TdClassName
{
border-color: #1DDFBF;
}
.TagClassName
{
border-color: #1DDFBF;
}
</style>