Shades of Dark Turquoise #1BC6E6
Tints of Dark Turquoise #1BC6E6
RGB
CMYK
RGB Variations
Color information
#1BC6E6 (or 0x1BC6E6) is known color: Dark Turquoise. HEX triplet: 1B, C6 and E6. RGB value is (27,198,230). Sum of RGB (Red+Green+Blue) = 27+198+230=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #1BC6E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC6E6 is #E43919. Grayscale: #969696. Windows color (decimal): -14956826 or 15123995. OLE color: 15123995.
HSL color Cylindrical-coordinate representation of color #1BC6E6: hue angle of 189.46º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC6E6 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 198 | 230 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.10 |
| HSL | 189.46º | 0.8% | 0.5% | - |
| HSV(B) | 189.46º | 0.88% | 0.9% | - |
| XYZ | 34.93 | 46.33 | 81.97 | - |
| YUV | 150.52 | 172.85 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 198 | 230 | 0.88 | 0.14 | 0 | 0.10 | 189.46 | 0.8 | 0.5 |
| Hex | 1B | C6 | E6 | 58 | E | 0 | A | BD | 50 | 32 |
| Octal | 33 | 306 | 346 | 130 | 16 | 0 | 12 | 275 | 120 | 62 |
| Binary | 11011 | 11000110 | 11100110 | 1011000 | 1110 | 0 | 1010 | 10111101 | 1010000 | 110010 |
Color Harmonies of #1BC6E6
Complementary color
Monochromatic Colors of #1BC6E6
Black with #1BC6E6
Text Example
Text Example
White with #1BC6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC6E6; }
p { color: rgb(27,198,230); }
H1.HeaderClassName
{
color: #1BC6E6;
}
.AnyTagClassName
{
color: #1BC6E6;
}
</style>
background-color css
<style>
a { background-color: #1BC6E6; }
a { background-color: rgb(27,198,230); }
div.DivClassName
{
background-color: #1BC6E6;
}
.BgClassName
{
background-color: #1BC6E6;
}
</style>
border-color css
<style>
span { border-color: #1BC6E6; }
span { border-color: rgb(27,198,230); }
td.TdClassName
{
border-color: #1BC6E6;
}
.TagClassName
{
border-color: #1BC6E6;
}
</style>