Shades of Bright Turquoise #1BDBCB
Tints of Bright Turquoise #1BDBCB
RGB
CMYK
RGB Variations
Color information
#1BDBCB (or 0x1BDBCB) is known color: Bright Turquoise. HEX triplet: 1B, DB and CB. RGB value is (27,219,203). Sum of RGB (Red+Green+Blue) = 27+219+203=449 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.01% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDBCB is #E42434. Grayscale: #9F9F9F. Windows color (decimal): -14951477 or 13359899. OLE color: 13359899.
HSL color Cylindrical-coordinate representation of color #1BDBCB: hue angle of 175º 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 #1BDBCB is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 219 | 203 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.14 |
| HSL | 175º | 0.78% | 0.48% | - |
| HSV(B) | 175º | 0.88% | 0.86% | - |
| XYZ | 36.56 | 55.21 | 65.23 | - |
| YUV | 159.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 203 | 0.88 | 0 | 0.07 | 0.14 | 175 | 0.78 | 0.48 |
| Hex | 1B | DB | CB | 58 | 0 | 7 | E | AF | 4E | 30 |
| Octal | 33 | 333 | 313 | 130 | 0 | 7 | 16 | 257 | 116 | 60 |
| Binary | 11011 | 11011011 | 11001011 | 1011000 | 0 | 111 | 1110 | 10101111 | 1001110 | 110000 |
Color Harmonies of #1BDBCB
Complementary color
Monochromatic Colors of #1BDBCB
Black with #1BDBCB
Text Example
Text Example
White with #1BDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDBCB; }
p { color: rgb(27,219,203); }
H1.HeaderClassName
{
color: #1BDBCB;
}
.AnyTagClassName
{
color: #1BDBCB;
}
</style>
background-color css
<style>
a { background-color: #1BDBCB; }
a { background-color: rgb(27,219,203); }
div.DivClassName
{
background-color: #1BDBCB;
}
.BgClassName
{
background-color: #1BDBCB;
}
</style>
border-color css
<style>
span { border-color: #1BDBCB; }
span { border-color: rgb(27,219,203); }
td.TdClassName
{
border-color: #1BDBCB;
}
.TagClassName
{
border-color: #1BDBCB;
}
</style>