Shades of Bright Turquoise #1BEBC3
Tints of Bright Turquoise #1BEBC3
RGB
CMYK
RGB Variations
Color information
#1BEBC3 (or 0x1BEBC3) is known color: Bright Turquoise. HEX triplet: 1B, EB and C3. RGB value is (27,235,195). Sum of RGB (Red+Green+Blue) = 27+235+195=457 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.91% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBC3 is #E4143C. Grayscale: #A8A8A8. Windows color (decimal): -14947389 or 12839707. OLE color: 12839707.
HSL color Cylindrical-coordinate representation of color #1BEBC3: hue angle of 168.46º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBC3 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 235 | 195 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.08 |
| HSL | 168.46º | 0.84% | 0.51% | - |
| HSV(B) | 168.46º | 0.89% | 0.92% | - |
| XYZ | 40.01 | 63.59 | 61.8 | - |
| YUV | 168.25 | 143.09 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 235 | 195 | 0.89 | 0 | 0.17 | 0.08 | 168.46 | 0.84 | 0.51 |
| Hex | 1B | EB | C3 | 59 | 0 | 11 | 8 | A8 | 54 | 33 |
| Octal | 33 | 353 | 303 | 131 | 0 | 21 | 10 | 250 | 124 | 63 |
| Binary | 11011 | 11101011 | 11000011 | 1011001 | 0 | 10001 | 1000 | 10101000 | 1010100 | 110011 |
Color Harmonies of #1BEBC3
Complementary color
Monochromatic Colors of #1BEBC3
Black with #1BEBC3
Text Example
Text Example
White with #1BEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEBC3; }
p { color: rgb(27,235,195); }
H1.HeaderClassName
{
color: #1BEBC3;
}
.AnyTagClassName
{
color: #1BEBC3;
}
</style>
background-color css
<style>
a { background-color: #1BEBC3; }
a { background-color: rgb(27,235,195); }
div.DivClassName
{
background-color: #1BEBC3;
}
.BgClassName
{
background-color: #1BEBC3;
}
</style>
border-color css
<style>
span { border-color: #1BEBC3; }
span { border-color: rgb(27,235,195); }
td.TdClassName
{
border-color: #1BEBC3;
}
.TagClassName
{
border-color: #1BEBC3;
}
</style>