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