Shades of Dark Turquoise #1BC6D9
Tints of Dark Turquoise #1BC6D9
RGB
CMYK
RGB Variations
Color information
#1BC6D9 (or 0x1BC6D9) is known color: Dark Turquoise. HEX triplet: 1B, C6 and D9. RGB value is (27,198,217). Sum of RGB (Red+Green+Blue) = 27+198+217=442 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.11% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #1BC6D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC6D9 is #E43926. Grayscale: #949494. Windows color (decimal): -14956839 or 14272027. OLE color: 14272027.
HSL color Cylindrical-coordinate representation of color #1BC6D9: hue angle of 186º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC6D9 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 198 | 217 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.15 |
| HSL | 186º | 0.78% | 0.48% | - |
| HSV(B) | 186º | 0.88% | 0.85% | - |
| XYZ | 33.17 | 45.63 | 72.71 | - |
| YUV | 149.04 | 166.35 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 217 | 0.88 | 0.09 | 0 | 0.15 | 186 | 0.78 | 0.48 |
| Hex | 1B | C6 | D9 | 58 | 9 | 0 | F | BA | 4E | 30 |
| Octal | 33 | 306 | 331 | 130 | 11 | 0 | 17 | 272 | 116 | 60 |
| Binary | 11011 | 11000110 | 11011001 | 1011000 | 1001 | 0 | 1111 | 10111010 | 1001110 | 110000 |
Color Harmonies of #1BC6D9
Complementary color
Monochromatic Colors of #1BC6D9
Black with #1BC6D9
Text Example
Text Example
White with #1BC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC6D9; }
p { color: rgb(27,198,217); }
H1.HeaderClassName
{
color: #1BC6D9;
}
.AnyTagClassName
{
color: #1BC6D9;
}
</style>
background-color css
<style>
a { background-color: #1BC6D9; }
a { background-color: rgb(27,198,217); }
div.DivClassName
{
background-color: #1BC6D9;
}
.BgClassName
{
background-color: #1BC6D9;
}
</style>
border-color css
<style>
span { border-color: #1BC6D9; }
span { border-color: rgb(27,198,217); }
td.TdClassName
{
border-color: #1BC6D9;
}
.TagClassName
{
border-color: #1BC6D9;
}
</style>