Shades of Bright Turquoise #1DD9DF
Tints of Bright Turquoise #1DD9DF
RGB
CMYK
RGB Variations
Color information
#1DD9DF (or 0x1DD9DF) is known color: Bright Turquoise. HEX triplet: 1D, D9 and DF. RGB value is (29,217,223). Sum of RGB (Red+Green+Blue) = 29+217+223=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD9DF is #E22620. Grayscale: #A1A1A1. Windows color (decimal): -14820897 or 14670109. OLE color: 14670109.
HSL color Cylindrical-coordinate representation of color #1DD9DF: hue angle of 181.86º 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 #1DD9DF is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 217 | 223 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.13 |
| HSL | 181.86º | 0.77% | 0.49% | - |
| HSV(B) | 181.86º | 0.87% | 0.87% | - |
| XYZ | 38.64 | 55.21 | 78.43 | - |
| YUV | 161.47 | 162.72 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 223 | 0.87 | 0.03 | 0 | 0.13 | 181.86 | 0.77 | 0.49 |
| Hex | 1D | D9 | DF | 57 | 3 | 0 | D | B6 | 4D | 31 |
| Octal | 35 | 331 | 337 | 127 | 3 | 0 | 15 | 266 | 115 | 61 |
| Binary | 11101 | 11011001 | 11011111 | 1010111 | 11 | 0 | 1101 | 10110110 | 1001101 | 110001 |
Color Harmonies of #1DD9DF
Complementary color
Monochromatic Colors of #1DD9DF
Black with #1DD9DF
Text Example
Text Example
White with #1DD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD9DF; }
p { color: rgb(29,217,223); }
H1.HeaderClassName
{
color: #1DD9DF;
}
.AnyTagClassName
{
color: #1DD9DF;
}
</style>
background-color css
<style>
a { background-color: #1DD9DF; }
a { background-color: rgb(29,217,223); }
div.DivClassName
{
background-color: #1DD9DF;
}
.BgClassName
{
background-color: #1DD9DF;
}
</style>
border-color css
<style>
span { border-color: #1DD9DF; }
span { border-color: rgb(29,217,223); }
td.TdClassName
{
border-color: #1DD9DF;
}
.TagClassName
{
border-color: #1DD9DF;
}
</style>