Shades of Bright Turquoise #1DDBCB
Tints of Bright Turquoise #1DDBCB
RGB
CMYK
RGB Variations
Color information
#1DDBCB (or 0x1DDBCB) is known color: Bright Turquoise. HEX triplet: 1D, DB and CB. RGB value is (29,219,203). Sum of RGB (Red+Green+Blue) = 29+219+203=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBCB is #E22434. Grayscale: #A0A0A0. Windows color (decimal): -14820405 or 13359901. OLE color: 13359901.
HSL color Cylindrical-coordinate representation of color #1DDBCB: hue angle of 174.95º 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 #1DDBCB is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 203 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.14 |
| HSL | 174.95º | 0.77% | 0.49% | - |
| HSV(B) | 174.95º | 0.87% | 0.86% | - |
| XYZ | 36.62 | 55.24 | 65.23 | - |
| YUV | 160.37 | 152.05 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 203 | 0.87 | 0 | 0.07 | 0.14 | 174.95 | 0.77 | 0.49 |
| Hex | 1D | DB | CB | 57 | 0 | 7 | E | AF | 4D | 31 |
| Octal | 35 | 333 | 313 | 127 | 0 | 7 | 16 | 257 | 115 | 61 |
| Binary | 11101 | 11011011 | 11001011 | 1010111 | 0 | 111 | 1110 | 10101111 | 1001101 | 110001 |
Color Harmonies of #1DDBCB
Complementary color
Monochromatic Colors of #1DDBCB
Black with #1DDBCB
Text Example
Text Example
White with #1DDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBCB; }
p { color: rgb(29,219,203); }
H1.HeaderClassName
{
color: #1DDBCB;
}
.AnyTagClassName
{
color: #1DDBCB;
}
</style>
background-color css
<style>
a { background-color: #1DDBCB; }
a { background-color: rgb(29,219,203); }
div.DivClassName
{
background-color: #1DDBCB;
}
.BgClassName
{
background-color: #1DDBCB;
}
</style>
border-color css
<style>
span { border-color: #1DDBCB; }
span { border-color: rgb(29,219,203); }
td.TdClassName
{
border-color: #1DDBCB;
}
.TagClassName
{
border-color: #1DDBCB;
}
</style>