Shades of Bright Turquoise #1BE0CB
Tints of Bright Turquoise #1BE0CB
RGB
CMYK
RGB Variations
Color information
#1BE0CB (or 0x1BE0CB) is known color: Bright Turquoise. HEX triplet: 1B, E0 and CB. RGB value is (27,224,203). Sum of RGB (Red+Green+Blue) = 27+224+203=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0CB is #E41F34. Grayscale: #A2A2A2. Windows color (decimal): -14950197 or 13361179. OLE color: 13361179.
HSL color Cylindrical-coordinate representation of color #1BE0CB: hue angle of 173.6º degrees, saturation: 0.78, 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 #1BE0CB is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 203 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.12 |
| HSL | 173.6º | 0.78% | 0.49% | - |
| HSV(B) | 173.6º | 0.88% | 0.88% | - |
| XYZ | 37.89 | 57.86 | 65.67 | - |
| YUV | 162.7 | 150.73 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 203 | 0.88 | 0 | 0.09 | 0.12 | 173.6 | 0.78 | 0.49 |
| Hex | 1B | E0 | CB | 58 | 0 | 9 | C | AE | 4E | 31 |
| Octal | 33 | 340 | 313 | 130 | 0 | 11 | 14 | 256 | 116 | 61 |
| Binary | 11011 | 11100000 | 11001011 | 1011000 | 0 | 1001 | 1100 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1BE0CB
Complementary color
Monochromatic Colors of #1BE0CB
Black with #1BE0CB
Text Example
Text Example
White with #1BE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE0CB; }
p { color: rgb(27,224,203); }
H1.HeaderClassName
{
color: #1BE0CB;
}
.AnyTagClassName
{
color: #1BE0CB;
}
</style>
background-color css
<style>
a { background-color: #1BE0CB; }
a { background-color: rgb(27,224,203); }
div.DivClassName
{
background-color: #1BE0CB;
}
.BgClassName
{
background-color: #1BE0CB;
}
</style>
border-color css
<style>
span { border-color: #1BE0CB; }
span { border-color: rgb(27,224,203); }
td.TdClassName
{
border-color: #1BE0CB;
}
.TagClassName
{
border-color: #1BE0CB;
}
</style>