Shades of Bright Turquoise #1BD9DB
Tints of Bright Turquoise #1BD9DB
RGB
CMYK
RGB Variations
Color information
#1BD9DB (or 0x1BD9DB) is known color: Bright Turquoise. HEX triplet: 1B, D9 and DB. RGB value is (27,217,219). Sum of RGB (Red+Green+Blue) = 27+217+219=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BD9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD9DB is #E42624. Grayscale: #A0A0A0. Windows color (decimal): -14951973 or 14407963. OLE color: 14407963.
HSL color Cylindrical-coordinate representation of color #1BD9DB: hue angle of 180.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD9DB is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 217 | 219 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.14 |
| HSL | 180.63º | 0.78% | 0.48% | - |
| HSV(B) | 180.63º | 0.88% | 0.86% | - |
| XYZ | 38.05 | 54.97 | 75.62 | - |
| YUV | 160.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 219 | 0.88 | 0.01 | 0 | 0.14 | 180.63 | 0.78 | 0.48 |
| Hex | 1B | D9 | DB | 58 | 1 | 0 | E | B5 | 4E | 30 |
| Octal | 33 | 331 | 333 | 130 | 1 | 0 | 16 | 265 | 116 | 60 |
| Binary | 11011 | 11011001 | 11011011 | 1011000 | 1 | 0 | 1110 | 10110101 | 1001110 | 110000 |
Color Harmonies of #1BD9DB
Complementary color
Monochromatic Colors of #1BD9DB
Black with #1BD9DB
Text Example
Text Example
White with #1BD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD9DB; }
p { color: rgb(27,217,219); }
H1.HeaderClassName
{
color: #1BD9DB;
}
.AnyTagClassName
{
color: #1BD9DB;
}
</style>
background-color css
<style>
a { background-color: #1BD9DB; }
a { background-color: rgb(27,217,219); }
div.DivClassName
{
background-color: #1BD9DB;
}
.BgClassName
{
background-color: #1BD9DB;
}
</style>
border-color css
<style>
span { border-color: #1BD9DB; }
span { border-color: rgb(27,217,219); }
td.TdClassName
{
border-color: #1BD9DB;
}
.TagClassName
{
border-color: #1BD9DB;
}
</style>