Shades of Bright Turquoise #1BECC0
Tints of Bright Turquoise #1BECC0
RGB
CMYK
RGB Variations
Color information
#1BECC0 (or 0x1BECC0) is known color: Bright Turquoise. HEX triplet: 1B, EC and C0. RGB value is (27,236,192). Sum of RGB (Red+Green+Blue) = 27+236+192=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECC0 is #E4133F. Grayscale: #A8A8A8. Windows color (decimal): -14947136 or 12643355. OLE color: 12643355.
HSL color Cylindrical-coordinate representation of color #1BECC0: hue angle of 167.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BECC0 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 192 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.07 |
| HSL | 167.37º | 0.85% | 0.52% | - |
| HSV(B) | 167.37º | 0.89% | 0.93% | - |
| XYZ | 39.96 | 64.03 | 60.12 | - |
| YUV | 168.49 | 141.26 | 27.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 192 | 0.89 | 0 | 0.19 | 0.07 | 167.37 | 0.85 | 0.52 |
| Hex | 1B | EC | C0 | 59 | 0 | 13 | 7 | A7 | 55 | 34 |
| Octal | 33 | 354 | 300 | 131 | 0 | 23 | 7 | 247 | 125 | 64 |
| Binary | 11011 | 11101100 | 11000000 | 1011001 | 0 | 10011 | 111 | 10100111 | 1010101 | 110100 |
Color Harmonies of #1BECC0
Complementary color
Monochromatic Colors of #1BECC0
Black with #1BECC0
Text Example
Text Example
White with #1BECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BECC0; }
p { color: rgb(27,236,192); }
H1.HeaderClassName
{
color: #1BECC0;
}
.AnyTagClassName
{
color: #1BECC0;
}
</style>
background-color css
<style>
a { background-color: #1BECC0; }
a { background-color: rgb(27,236,192); }
div.DivClassName
{
background-color: #1BECC0;
}
.BgClassName
{
background-color: #1BECC0;
}
</style>
border-color css
<style>
span { border-color: #1BECC0; }
span { border-color: rgb(27,236,192); }
td.TdClassName
{
border-color: #1BECC0;
}
.TagClassName
{
border-color: #1BECC0;
}
</style>