Shades of Bright Turquoise #1DD8D5
Tints of Bright Turquoise #1DD8D5
RGB
CMYK
RGB Variations
Color information
#1DD8D5 (or 0x1DD8D5) is known color: Bright Turquoise. HEX triplet: 1D, D8 and D5. RGB value is (29,216,213). Sum of RGB (Red+Green+Blue) = 29+216+213=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD8D5 is #E2272A. Grayscale: #9F9F9F. Windows color (decimal): -14821163 or 14014493. OLE color: 14014493.
HSL color Cylindrical-coordinate representation of color #1DD8D5: hue angle of 179.04º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD8D5 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 213 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.15 |
| HSL | 179.04º | 0.76% | 0.48% | - |
| HSV(B) | 179.04º | 0.87% | 0.85% | - |
| XYZ | 37.07 | 54.18 | 71.45 | - |
| YUV | 159.75 | 158.05 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 213 | 0.87 | 0 | 0.01 | 0.15 | 179.04 | 0.76 | 0.48 |
| Hex | 1D | D8 | D5 | 57 | 0 | 1 | F | B3 | 4C | 30 |
| Octal | 35 | 330 | 325 | 127 | 0 | 1 | 17 | 263 | 114 | 60 |
| Binary | 11101 | 11011000 | 11010101 | 1010111 | 0 | 1 | 1111 | 10110011 | 1001100 | 110000 |
Color Harmonies of #1DD8D5
Complementary color
Monochromatic Colors of #1DD8D5
Black with #1DD8D5
Text Example
Text Example
White with #1DD8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD8D5; }
p { color: rgb(29,216,213); }
H1.HeaderClassName
{
color: #1DD8D5;
}
.AnyTagClassName
{
color: #1DD8D5;
}
</style>
background-color css
<style>
a { background-color: #1DD8D5; }
a { background-color: rgb(29,216,213); }
div.DivClassName
{
background-color: #1DD8D5;
}
.BgClassName
{
background-color: #1DD8D5;
}
</style>
border-color css
<style>
span { border-color: #1DD8D5; }
span { border-color: rgb(29,216,213); }
td.TdClassName
{
border-color: #1DD8D5;
}
.TagClassName
{
border-color: #1DD8D5;
}
</style>