Shades of Bright Turquoise #1BE8CB
Tints of Bright Turquoise #1BE8CB
RGB
CMYK
RGB Variations
Color information
#1BE8CB (or 0x1BE8CB) is known color: Bright Turquoise. HEX triplet: 1B, E8 and CB. RGB value is (27,232,203). Sum of RGB (Red+Green+Blue) = 27+232+203=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE8CB is #E41734. Grayscale: #A7A7A7. Windows color (decimal): -14948149 or 13363227. OLE color: 13363227.
HSL color Cylindrical-coordinate representation of color #1BE8CB: hue angle of 171.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE8CB is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 203 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.09 |
| HSL | 171.51º | 0.82% | 0.51% | - |
| HSV(B) | 171.51º | 0.88% | 0.91% | - |
| XYZ | 40.09 | 62.26 | 66.4 | - |
| YUV | 167.4 | 148.08 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 203 | 0.88 | 0 | 0.12 | 0.09 | 171.51 | 0.82 | 0.51 |
| Hex | 1B | E8 | CB | 58 | 0 | C | 9 | AC | 52 | 33 |
| Octal | 33 | 350 | 313 | 130 | 0 | 14 | 11 | 254 | 122 | 63 |
| Binary | 11011 | 11101000 | 11001011 | 1011000 | 0 | 1100 | 1001 | 10101100 | 1010010 | 110011 |
Color Harmonies of #1BE8CB
Complementary color
Monochromatic Colors of #1BE8CB
Black with #1BE8CB
Text Example
Text Example
White with #1BE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE8CB; }
p { color: rgb(27,232,203); }
H1.HeaderClassName
{
color: #1BE8CB;
}
.AnyTagClassName
{
color: #1BE8CB;
}
</style>
background-color css
<style>
a { background-color: #1BE8CB; }
a { background-color: rgb(27,232,203); }
div.DivClassName
{
background-color: #1BE8CB;
}
.BgClassName
{
background-color: #1BE8CB;
}
</style>
border-color css
<style>
span { border-color: #1BE8CB; }
span { border-color: rgb(27,232,203); }
td.TdClassName
{
border-color: #1BE8CB;
}
.TagClassName
{
border-color: #1BE8CB;
}
</style>