Shades of Bright Turquoise #1BE2C3
Tints of Bright Turquoise #1BE2C3
RGB
CMYK
RGB Variations
Color information
#1BE2C3 (or 0x1BE2C3) is known color: Bright Turquoise. HEX triplet: 1B, E2 and C3. RGB value is (27,226,195). Sum of RGB (Red+Green+Blue) = 27+226+195=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #1BE2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE2C3 is #E41D3C. Grayscale: #A2A2A2. Windows color (decimal): -14949693 or 12837403. OLE color: 12837403.
HSL color Cylindrical-coordinate representation of color #1BE2C3: hue angle of 170.65º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE2C3 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 226 | 195 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.11 |
| HSL | 170.65º | 0.79% | 0.5% | - |
| HSV(B) | 170.65º | 0.88% | 0.89% | - |
| XYZ | 37.5 | 58.57 | 60.96 | - |
| YUV | 162.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 226 | 195 | 0.88 | 0 | 0.14 | 0.11 | 170.65 | 0.79 | 0.5 |
| Hex | 1B | E2 | C3 | 58 | 0 | E | B | AB | 4F | 32 |
| Octal | 33 | 342 | 303 | 130 | 0 | 16 | 13 | 253 | 117 | 62 |
| Binary | 11011 | 11100010 | 11000011 | 1011000 | 0 | 1110 | 1011 | 10101011 | 1001111 | 110010 |
Color Harmonies of #1BE2C3
Complementary color
Monochromatic Colors of #1BE2C3
Black with #1BE2C3
Text Example
Text Example
White with #1BE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE2C3; }
p { color: rgb(27,226,195); }
H1.HeaderClassName
{
color: #1BE2C3;
}
.AnyTagClassName
{
color: #1BE2C3;
}
</style>
background-color css
<style>
a { background-color: #1BE2C3; }
a { background-color: rgb(27,226,195); }
div.DivClassName
{
background-color: #1BE2C3;
}
.BgClassName
{
background-color: #1BE2C3;
}
</style>
border-color css
<style>
span { border-color: #1BE2C3; }
span { border-color: rgb(27,226,195); }
td.TdClassName
{
border-color: #1BE2C3;
}
.TagClassName
{
border-color: #1BE2C3;
}
</style>