Shades of Dark Turquoise #1BCCDB
Tints of Dark Turquoise #1BCCDB
RGB
CMYK
RGB Variations
Color information
#1BCCDB (or 0x1BCCDB) is known color: Dark Turquoise. HEX triplet: 1B, CC and DB. RGB value is (27,204,219). Sum of RGB (Red+Green+Blue) = 27+204+219=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCDB is #E43324. Grayscale: #989898. Windows color (decimal): -14955301 or 14404635. OLE color: 14404635.
HSL color Cylindrical-coordinate representation of color #1BCCDB: hue angle of 184.69º 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 #1BCCDB is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 204 | 219 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.14 |
| HSL | 184.69º | 0.78% | 0.48% | - |
| HSV(B) | 184.69º | 0.88% | 0.86% | - |
| XYZ | 34.83 | 48.53 | 74.55 | - |
| YUV | 152.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 219 | 0.88 | 0.07 | 0 | 0.14 | 184.69 | 0.78 | 0.48 |
| Hex | 1B | CC | DB | 58 | 7 | 0 | E | B9 | 4E | 30 |
| Octal | 33 | 314 | 333 | 130 | 7 | 0 | 16 | 271 | 116 | 60 |
| Binary | 11011 | 11001100 | 11011011 | 1011000 | 111 | 0 | 1110 | 10111001 | 1001110 | 110000 |
Color Harmonies of #1BCCDB
Complementary color
Monochromatic Colors of #1BCCDB
Black with #1BCCDB
Text Example
Text Example
White with #1BCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCDB; }
p { color: rgb(27,204,219); }
H1.HeaderClassName
{
color: #1BCCDB;
}
.AnyTagClassName
{
color: #1BCCDB;
}
</style>
background-color css
<style>
a { background-color: #1BCCDB; }
a { background-color: rgb(27,204,219); }
div.DivClassName
{
background-color: #1BCCDB;
}
.BgClassName
{
background-color: #1BCCDB;
}
</style>
border-color css
<style>
span { border-color: #1BCCDB; }
span { border-color: rgb(27,204,219); }
td.TdClassName
{
border-color: #1BCCDB;
}
.TagClassName
{
border-color: #1BCCDB;
}
</style>