Shades of Bright Turquoise #1BE2CB
Tints of Bright Turquoise #1BE2CB
RGB
CMYK
RGB Variations
Color information
#1BE2CB (or 0x1BE2CB) is known color: Bright Turquoise. HEX triplet: 1B, E2 and CB. RGB value is (27,226,203). Sum of RGB (Red+Green+Blue) = 27+226+203=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #1BE2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE2CB is #E41D34. Grayscale: #A3A3A3. Windows color (decimal): -14949685 or 13361691. OLE color: 13361691.
HSL color Cylindrical-coordinate representation of color #1BE2CB: hue angle of 173.07º 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 #1BE2CB is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 226 | 203 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.11 |
| HSL | 173.07º | 0.79% | 0.5% | - |
| HSV(B) | 173.07º | 0.88% | 0.89% | - |
| XYZ | 38.43 | 58.94 | 65.85 | - |
| YUV | 163.88 | 150.07 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 226 | 203 | 0.88 | 0 | 0.10 | 0.11 | 173.07 | 0.79 | 0.5 |
| Hex | 1B | E2 | CB | 58 | 0 | A | B | AD | 4F | 32 |
| Octal | 33 | 342 | 313 | 130 | 0 | 12 | 13 | 255 | 117 | 62 |
| Binary | 11011 | 11100010 | 11001011 | 1011000 | 0 | 1010 | 1011 | 10101101 | 1001111 | 110010 |
Color Harmonies of #1BE2CB
Complementary color
Monochromatic Colors of #1BE2CB
Black with #1BE2CB
Text Example
Text Example
White with #1BE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE2CB; }
p { color: rgb(27,226,203); }
H1.HeaderClassName
{
color: #1BE2CB;
}
.AnyTagClassName
{
color: #1BE2CB;
}
</style>
background-color css
<style>
a { background-color: #1BE2CB; }
a { background-color: rgb(27,226,203); }
div.DivClassName
{
background-color: #1BE2CB;
}
.BgClassName
{
background-color: #1BE2CB;
}
</style>
border-color css
<style>
span { border-color: #1BE2CB; }
span { border-color: rgb(27,226,203); }
td.TdClassName
{
border-color: #1BE2CB;
}
.TagClassName
{
border-color: #1BE2CB;
}
</style>