Shades of Bright Turquoise #1BFFEB
Tints of Bright Turquoise #1BFFEB
RGB
CMYK
RGB Variations
Color information
#1BFFEB (or 0x1BFFEB) is known color: Bright Turquoise. HEX triplet: 1B, FF and EB. RGB value is (27,255,235). Sum of RGB (Red+Green+Blue) = 27+255+235=517 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.22% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BFFEB is #E40014. Grayscale: #B8B8B8. Windows color (decimal): -14942229 or 15466267. OLE color: 15466267.
HSL color Cylindrical-coordinate representation of color #1BFFEB: hue angle of 174.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFFEB is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 235 | - |
| CMYK | 0.89 | 0 | 0.08 | 0 |
| HSL | 174.74º | 1% | 0.55% | - |
| HSV(B) | 174.74º | 0.89% | 1% | - |
| XYZ | 51.21 | 77.75 | 90.91 | - |
| YUV | 184.55 | 156.46 | 15.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 235 | 0.89 | 0 | 0.08 | 0 | 174.74 | 1 | 0.55 |
| Hex | 1B | FF | EB | 59 | 0 | 8 | 0 | AF | 64 | 37 |
| Octal | 33 | 377 | 353 | 131 | 0 | 10 | 0 | 257 | 144 | 67 |
| Binary | 11011 | 11111111 | 11101011 | 1011001 | 0 | 1000 | 0 | 10101111 | 1100100 | 110111 |
Color Harmonies of #1BFFEB
Complementary color
Monochromatic Colors of #1BFFEB
Black with #1BFFEB
Text Example
Text Example
White with #1BFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFFEB; }
p { color: rgb(27,255,235); }
H1.HeaderClassName
{
color: #1BFFEB;
}
.AnyTagClassName
{
color: #1BFFEB;
}
</style>
background-color css
<style>
a { background-color: #1BFFEB; }
a { background-color: rgb(27,255,235); }
div.DivClassName
{
background-color: #1BFFEB;
}
.BgClassName
{
background-color: #1BFFEB;
}
</style>
border-color css
<style>
span { border-color: #1BFFEB; }
span { border-color: rgb(27,255,235); }
td.TdClassName
{
border-color: #1BFFEB;
}
.TagClassName
{
border-color: #1BFFEB;
}
</style>