Shades of Dark Turquoise #1BC2D7
Tints of Dark Turquoise #1BC2D7
RGB
CMYK
RGB Variations
Color information
#1BC2D7 (or 0x1BC2D7) is known color: Dark Turquoise. HEX triplet: 1B, C2 and D7. RGB value is (27,194,215). Sum of RGB (Red+Green+Blue) = 27+194+215=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #1BC2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC2D7 is #E43D28. Grayscale: #929292. Windows color (decimal): -14957865 or 14139931. OLE color: 14139931.
HSL color Cylindrical-coordinate representation of color #1BC2D7: hue angle of 186.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC2D7 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 194 | 215 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.16 |
| HSL | 186.7º | 0.78% | 0.47% | - |
| HSV(B) | 186.7º | 0.87% | 0.84% | - |
| XYZ | 32.01 | 43.72 | 71.04 | - |
| YUV | 146.46 | 166.67 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 215 | 0.87 | 0.10 | 0 | 0.16 | 186.7 | 0.78 | 0.47 |
| Hex | 1B | C2 | D7 | 57 | A | 0 | 10 | BB | 4E | 2F |
| Octal | 33 | 302 | 327 | 127 | 12 | 0 | 20 | 273 | 116 | 57 |
| Binary | 11011 | 11000010 | 11010111 | 1010111 | 1010 | 0 | 10000 | 10111011 | 1001110 | 101111 |
Color Harmonies of #1BC2D7
Complementary color
Monochromatic Colors of #1BC2D7
Black with #1BC2D7
Text Example
Text Example
White with #1BC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC2D7; }
p { color: rgb(27,194,215); }
H1.HeaderClassName
{
color: #1BC2D7;
}
.AnyTagClassName
{
color: #1BC2D7;
}
</style>
background-color css
<style>
a { background-color: #1BC2D7; }
a { background-color: rgb(27,194,215); }
div.DivClassName
{
background-color: #1BC2D7;
}
.BgClassName
{
background-color: #1BC2D7;
}
</style>
border-color css
<style>
span { border-color: #1BC2D7; }
span { border-color: rgb(27,194,215); }
td.TdClassName
{
border-color: #1BC2D7;
}
.TagClassName
{
border-color: #1BC2D7;
}
</style>