Shades of Dark Turquoise #1BC6DF
Tints of Dark Turquoise #1BC6DF
RGB
CMYK
RGB Variations
Color information
#1BC6DF (or 0x1BC6DF) is known color: Dark Turquoise. HEX triplet: 1B, C6 and DF. RGB value is (27,198,223). Sum of RGB (Red+Green+Blue) = 27+198+223=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BC6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC6DF is #E43920. Grayscale: #959595. Windows color (decimal): -14956833 or 14665243. OLE color: 14665243.
HSL color Cylindrical-coordinate representation of color #1BC6DF: hue angle of 187.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC6DF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 198 | 223 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.13 |
| HSL | 187.65º | 0.78% | 0.49% | - |
| HSV(B) | 187.65º | 0.88% | 0.87% | - |
| XYZ | 33.97 | 45.95 | 76.89 | - |
| YUV | 149.72 | 169.35 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 223 | 0.88 | 0.11 | 0 | 0.13 | 187.65 | 0.78 | 0.49 |
| Hex | 1B | C6 | DF | 58 | B | 0 | D | BC | 4E | 31 |
| Octal | 33 | 306 | 337 | 130 | 13 | 0 | 15 | 274 | 116 | 61 |
| Binary | 11011 | 11000110 | 11011111 | 1011000 | 1011 | 0 | 1101 | 10111100 | 1001110 | 110001 |
Color Harmonies of #1BC6DF
Complementary color
Monochromatic Colors of #1BC6DF
Black with #1BC6DF
Text Example
Text Example
White with #1BC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC6DF; }
p { color: rgb(27,198,223); }
H1.HeaderClassName
{
color: #1BC6DF;
}
.AnyTagClassName
{
color: #1BC6DF;
}
</style>
background-color css
<style>
a { background-color: #1BC6DF; }
a { background-color: rgb(27,198,223); }
div.DivClassName
{
background-color: #1BC6DF;
}
.BgClassName
{
background-color: #1BC6DF;
}
</style>
border-color css
<style>
span { border-color: #1BC6DF; }
span { border-color: rgb(27,198,223); }
td.TdClassName
{
border-color: #1BC6DF;
}
.TagClassName
{
border-color: #1BC6DF;
}
</style>