Shades of Dark Turquoise #1BC7DB
Tints of Dark Turquoise #1BC7DB
RGB
CMYK
RGB Variations
Color information
#1BC7DB (or 0x1BC7DB) is known color: Dark Turquoise. HEX triplet: 1B, C7 and DB. RGB value is (27,199,219). Sum of RGB (Red+Green+Blue) = 27+199+219=445 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.07% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BC7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC7DB is #E43824. Grayscale: #959595. Windows color (decimal): -14956581 or 14403355. OLE color: 14403355.
HSL color Cylindrical-coordinate representation of color #1BC7DB: hue angle of 186.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 #1BC7DB is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 199 | 219 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.14 |
| HSL | 186.25º | 0.78% | 0.48% | - |
| HSV(B) | 186.25º | 0.88% | 0.86% | - |
| XYZ | 33.66 | 46.19 | 74.16 | - |
| YUV | 149.85 | 167.02 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 199 | 219 | 0.88 | 0.09 | 0 | 0.14 | 186.25 | 0.78 | 0.48 |
| Hex | 1B | C7 | DB | 58 | 9 | 0 | E | BA | 4E | 30 |
| Octal | 33 | 307 | 333 | 130 | 11 | 0 | 16 | 272 | 116 | 60 |
| Binary | 11011 | 11000111 | 11011011 | 1011000 | 1001 | 0 | 1110 | 10111010 | 1001110 | 110000 |
Color Harmonies of #1BC7DB
Complementary color
Monochromatic Colors of #1BC7DB
Black with #1BC7DB
Text Example
Text Example
White with #1BC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC7DB; }
p { color: rgb(27,199,219); }
H1.HeaderClassName
{
color: #1BC7DB;
}
.AnyTagClassName
{
color: #1BC7DB;
}
</style>
background-color css
<style>
a { background-color: #1BC7DB; }
a { background-color: rgb(27,199,219); }
div.DivClassName
{
background-color: #1BC7DB;
}
.BgClassName
{
background-color: #1BC7DB;
}
</style>
border-color css
<style>
span { border-color: #1BC7DB; }
span { border-color: rgb(27,199,219); }
td.TdClassName
{
border-color: #1BC7DB;
}
.TagClassName
{
border-color: #1BC7DB;
}
</style>