Shades of Bright Turquoise #1DDEDB
Tints of Bright Turquoise #1DDEDB
RGB
CMYK
RGB Variations
Color information
#1DDEDB (or 0x1DDEDB) is known color: Bright Turquoise. HEX triplet: 1D, DE and DB. RGB value is (29,222,219). Sum of RGB (Red+Green+Blue) = 29+222+219=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDEDB is #E22124. Grayscale: #A3A3A3. Windows color (decimal): -14819621 or 14409245. OLE color: 14409245.
HSL color Cylindrical-coordinate representation of color #1DDEDB: hue angle of 179.07º 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 #1DDEDB is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 222 | 219 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.13 |
| HSL | 179.07º | 0.77% | 0.49% | - |
| HSV(B) | 179.07º | 0.87% | 0.87% | - |
| XYZ | 39.41 | 57.62 | 76.06 | - |
| YUV | 163.95 | 159.06 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 219 | 0.87 | 0 | 0.01 | 0.13 | 179.07 | 0.77 | 0.49 |
| Hex | 1D | DE | DB | 57 | 0 | 1 | D | B3 | 4D | 31 |
| Octal | 35 | 336 | 333 | 127 | 0 | 1 | 15 | 263 | 115 | 61 |
| Binary | 11101 | 11011110 | 11011011 | 1010111 | 0 | 1 | 1101 | 10110011 | 1001101 | 110001 |
Color Harmonies of #1DDEDB
Complementary color
Monochromatic Colors of #1DDEDB
Black with #1DDEDB
Text Example
Text Example
White with #1DDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEDB; }
p { color: rgb(29,222,219); }
H1.HeaderClassName
{
color: #1DDEDB;
}
.AnyTagClassName
{
color: #1DDEDB;
}
</style>
background-color css
<style>
a { background-color: #1DDEDB; }
a { background-color: rgb(29,222,219); }
div.DivClassName
{
background-color: #1DDEDB;
}
.BgClassName
{
background-color: #1DDEDB;
}
</style>
border-color css
<style>
span { border-color: #1DDEDB; }
span { border-color: rgb(29,222,219); }
td.TdClassName
{
border-color: #1DDEDB;
}
.TagClassName
{
border-color: #1DDEDB;
}
</style>