Shades of Bright Turquoise #1BE5D9
Tints of Bright Turquoise #1BE5D9
RGB
CMYK
RGB Variations
Color information
#1BE5D9 (or 0x1BE5D9) is known color: Bright Turquoise. HEX triplet: 1B, E5 and D9. RGB value is (27,229,217). Sum of RGB (Red+Green+Blue) = 27+229+217=473 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.71% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #1BE5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE5D9 is #E41A26. Grayscale: #A7A7A7. Windows color (decimal): -14948903 or 14279963. OLE color: 14279963.
HSL color Cylindrical-coordinate representation of color #1BE5D9: hue angle of 176.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE5D9 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 229 | 217 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.10 |
| HSL | 176.44º | 0.8% | 0.5% | - |
| HSV(B) | 176.44º | 0.88% | 0.9% | - |
| XYZ | 41 | 61.28 | 75.31 | - |
| YUV | 167.23 | 156.08 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 229 | 217 | 0.88 | 0 | 0.05 | 0.10 | 176.44 | 0.8 | 0.5 |
| Hex | 1B | E5 | D9 | 58 | 0 | 5 | A | B0 | 50 | 32 |
| Octal | 33 | 345 | 331 | 130 | 0 | 5 | 12 | 260 | 120 | 62 |
| Binary | 11011 | 11100101 | 11011001 | 1011000 | 0 | 101 | 1010 | 10110000 | 1010000 | 110010 |
Color Harmonies of #1BE5D9
Complementary color
Monochromatic Colors of #1BE5D9
Black with #1BE5D9
Text Example
Text Example
White with #1BE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE5D9; }
p { color: rgb(27,229,217); }
H1.HeaderClassName
{
color: #1BE5D9;
}
.AnyTagClassName
{
color: #1BE5D9;
}
</style>
background-color css
<style>
a { background-color: #1BE5D9; }
a { background-color: rgb(27,229,217); }
div.DivClassName
{
background-color: #1BE5D9;
}
.BgClassName
{
background-color: #1BE5D9;
}
</style>
border-color css
<style>
span { border-color: #1BE5D9; }
span { border-color: rgb(27,229,217); }
td.TdClassName
{
border-color: #1BE5D9;
}
.TagClassName
{
border-color: #1BE5D9;
}
</style>