Shades of Bright Turquoise #1BE1C5
Tints of Bright Turquoise #1BE1C5
RGB
CMYK
RGB Variations
Color information
#1BE1C5 (or 0x1BE1C5) is known color: Bright Turquoise. HEX triplet: 1B, E1 and C5. RGB value is (27,225,197). Sum of RGB (Red+Green+Blue) = 27+225+197=449 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.01% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE1C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE1C5 is #E41E3A. Grayscale: #A2A2A2. Windows color (decimal): -14949947 or 12968219. OLE color: 12968219.
HSL color Cylindrical-coordinate representation of color #1BE1C5: hue angle of 171.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE1C5 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 197 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.12 |
| HSL | 171.52º | 0.79% | 0.49% | - |
| HSV(B) | 171.52º | 0.88% | 0.88% | - |
| XYZ | 37.46 | 58.11 | 62.07 | - |
| YUV | 162.61 | 147.4 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 197 | 0.88 | 0 | 0.12 | 0.12 | 171.52 | 0.79 | 0.49 |
| Hex | 1B | E1 | C5 | 58 | 0 | C | C | AC | 4F | 31 |
| Octal | 33 | 341 | 305 | 130 | 0 | 14 | 14 | 254 | 117 | 61 |
| Binary | 11011 | 11100001 | 11000101 | 1011000 | 0 | 1100 | 1100 | 10101100 | 1001111 | 110001 |
Color Harmonies of #1BE1C5
Complementary color
Monochromatic Colors of #1BE1C5
Black with #1BE1C5
Text Example
Text Example
White with #1BE1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE1C5; }
p { color: rgb(27,225,197); }
H1.HeaderClassName
{
color: #1BE1C5;
}
.AnyTagClassName
{
color: #1BE1C5;
}
</style>
background-color css
<style>
a { background-color: #1BE1C5; }
a { background-color: rgb(27,225,197); }
div.DivClassName
{
background-color: #1BE1C5;
}
.BgClassName
{
background-color: #1BE1C5;
}
</style>
border-color css
<style>
span { border-color: #1BE1C5; }
span { border-color: rgb(27,225,197); }
td.TdClassName
{
border-color: #1BE1C5;
}
.TagClassName
{
border-color: #1BE1C5;
}
</style>