Shades of Bright Turquoise #1BD7DB
Tints of Bright Turquoise #1BD7DB
RGB
CMYK
RGB Variations
Color information
#1BD7DB (or 0x1BD7DB) is known color: Bright Turquoise. HEX triplet: 1B, D7 and DB. RGB value is (27,215,219). Sum of RGB (Red+Green+Blue) = 27+215+219=461 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.86% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BD7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD7DB is #E42824. Grayscale: #9F9F9F. Windows color (decimal): -14952485 or 14407451. OLE color: 14407451.
HSL color Cylindrical-coordinate representation of color #1BD7DB: hue angle of 181.25º 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 #1BD7DB is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 215 | 219 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.14 |
| HSL | 181.25º | 0.78% | 0.48% | - |
| HSV(B) | 181.25º | 0.88% | 0.86% | - |
| XYZ | 37.54 | 53.95 | 75.45 | - |
| YUV | 159.24 | 161.72 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 215 | 219 | 0.88 | 0.02 | 0 | 0.14 | 181.25 | 0.78 | 0.48 |
| Hex | 1B | D7 | DB | 58 | 2 | 0 | E | B5 | 4E | 30 |
| Octal | 33 | 327 | 333 | 130 | 2 | 0 | 16 | 265 | 116 | 60 |
| Binary | 11011 | 11010111 | 11011011 | 1011000 | 10 | 0 | 1110 | 10110101 | 1001110 | 110000 |
Color Harmonies of #1BD7DB
Complementary color
Monochromatic Colors of #1BD7DB
Black with #1BD7DB
Text Example
Text Example
White with #1BD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD7DB; }
p { color: rgb(27,215,219); }
H1.HeaderClassName
{
color: #1BD7DB;
}
.AnyTagClassName
{
color: #1BD7DB;
}
</style>
background-color css
<style>
a { background-color: #1BD7DB; }
a { background-color: rgb(27,215,219); }
div.DivClassName
{
background-color: #1BD7DB;
}
.BgClassName
{
background-color: #1BD7DB;
}
</style>
border-color css
<style>
span { border-color: #1BD7DB; }
span { border-color: rgb(27,215,219); }
td.TdClassName
{
border-color: #1BD7DB;
}
.TagClassName
{
border-color: #1BD7DB;
}
</style>