Shades of Bright Turquoise #1BE8D7
Tints of Bright Turquoise #1BE8D7
RGB
CMYK
RGB Variations
Color information
#1BE8D7 (or 0x1BE8D7) is known color: Bright Turquoise. HEX triplet: 1B, E8 and D7. RGB value is (27,232,215). Sum of RGB (Red+Green+Blue) = 27+232+215=474 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.70% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE8D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE8D7 is #E41728. Grayscale: #A8A8A8. Windows color (decimal): -14948137 or 14149659. OLE color: 14149659.
HSL color Cylindrical-coordinate representation of color #1BE8D7: hue angle of 175.02º 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 #1BE8D7 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 215 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.09 |
| HSL | 175.02º | 0.82% | 0.51% | - |
| HSV(B) | 175.02º | 0.88% | 0.91% | - |
| XYZ | 41.57 | 62.85 | 74.23 | - |
| YUV | 168.77 | 154.08 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 215 | 0.88 | 0 | 0.07 | 0.09 | 175.02 | 0.82 | 0.51 |
| Hex | 1B | E8 | D7 | 58 | 0 | 7 | 9 | AF | 52 | 33 |
| Octal | 33 | 350 | 327 | 130 | 0 | 7 | 11 | 257 | 122 | 63 |
| Binary | 11011 | 11101000 | 11010111 | 1011000 | 0 | 111 | 1001 | 10101111 | 1010010 | 110011 |
Color Harmonies of #1BE8D7
Complementary color
Monochromatic Colors of #1BE8D7
Black with #1BE8D7
Text Example
Text Example
White with #1BE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE8D7; }
p { color: rgb(27,232,215); }
H1.HeaderClassName
{
color: #1BE8D7;
}
.AnyTagClassName
{
color: #1BE8D7;
}
</style>
background-color css
<style>
a { background-color: #1BE8D7; }
a { background-color: rgb(27,232,215); }
div.DivClassName
{
background-color: #1BE8D7;
}
.BgClassName
{
background-color: #1BE8D7;
}
</style>
border-color css
<style>
span { border-color: #1BE8D7; }
span { border-color: rgb(27,232,215); }
td.TdClassName
{
border-color: #1BE8D7;
}
.TagClassName
{
border-color: #1BE8D7;
}
</style>