Shades of Bright Turquoise #1DDBD1
Tints of Bright Turquoise #1DDBD1
RGB
CMYK
RGB Variations
Color information
#1DDBD1 (or 0x1DDBD1) is known color: Bright Turquoise. HEX triplet: 1D, DB and D1. RGB value is (29,219,209). Sum of RGB (Red+Green+Blue) = 29+219+209=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBD1 is #E2242E. Grayscale: #A0A0A0. Windows color (decimal): -14820399 or 13753117. OLE color: 13753117.
HSL color Cylindrical-coordinate representation of color #1DDBD1: hue angle of 176.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBD1 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 209 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.14 |
| HSL | 176.84º | 0.77% | 0.49% | - |
| HSV(B) | 176.84º | 0.87% | 0.86% | - |
| XYZ | 37.35 | 55.53 | 69.07 | - |
| YUV | 161.05 | 155.05 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 209 | 0.87 | 0 | 0.05 | 0.14 | 176.84 | 0.77 | 0.49 |
| Hex | 1D | DB | D1 | 57 | 0 | 5 | E | B1 | 4D | 31 |
| Octal | 35 | 333 | 321 | 127 | 0 | 5 | 16 | 261 | 115 | 61 |
| Binary | 11101 | 11011011 | 11010001 | 1010111 | 0 | 101 | 1110 | 10110001 | 1001101 | 110001 |
Color Harmonies of #1DDBD1
Complementary color
Monochromatic Colors of #1DDBD1
Black with #1DDBD1
Text Example
Text Example
White with #1DDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBD1; }
p { color: rgb(29,219,209); }
H1.HeaderClassName
{
color: #1DDBD1;
}
.AnyTagClassName
{
color: #1DDBD1;
}
</style>
background-color css
<style>
a { background-color: #1DDBD1; }
a { background-color: rgb(29,219,209); }
div.DivClassName
{
background-color: #1DDBD1;
}
.BgClassName
{
background-color: #1DDBD1;
}
</style>
border-color css
<style>
span { border-color: #1DDBD1; }
span { border-color: rgb(29,219,209); }
td.TdClassName
{
border-color: #1DDBD1;
}
.TagClassName
{
border-color: #1DDBD1;
}
</style>