Shades of Bright Turquoise #1BCFEB
Tints of Bright Turquoise #1BCFEB
RGB
CMYK
RGB Variations
Color information
#1BCFEB (or 0x1BCFEB) is known color: Bright Turquoise. HEX triplet: 1B, CF and EB. RGB value is (27,207,235). Sum of RGB (Red+Green+Blue) = 27+207+235=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFEB is #E43014. Grayscale: #9C9C9C. Windows color (decimal): -14954517 or 15453979. OLE color: 15453979.
HSL color Cylindrical-coordinate representation of color #1BCFEB: hue angle of 188.08º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCFEB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 207 | 235 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.08 |
| HSL | 188.08º | 0.84% | 0.51% | - |
| HSV(B) | 188.08º | 0.89% | 0.92% | - |
| XYZ | 37.76 | 50.86 | 86.42 | - |
| YUV | 156.37 | 172.37 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 235 | 0.89 | 0.12 | 0 | 0.08 | 188.08 | 0.84 | 0.51 |
| Hex | 1B | CF | EB | 59 | C | 0 | 8 | BC | 54 | 33 |
| Octal | 33 | 317 | 353 | 131 | 14 | 0 | 10 | 274 | 124 | 63 |
| Binary | 11011 | 11001111 | 11101011 | 1011001 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110011 |
Color Harmonies of #1BCFEB
Complementary color
Monochromatic Colors of #1BCFEB
Black with #1BCFEB
Text Example
Text Example
White with #1BCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFEB; }
p { color: rgb(27,207,235); }
H1.HeaderClassName
{
color: #1BCFEB;
}
.AnyTagClassName
{
color: #1BCFEB;
}
</style>
background-color css
<style>
a { background-color: #1BCFEB; }
a { background-color: rgb(27,207,235); }
div.DivClassName
{
background-color: #1BCFEB;
}
.BgClassName
{
background-color: #1BCFEB;
}
</style>
border-color css
<style>
span { border-color: #1BCFEB; }
span { border-color: rgb(27,207,235); }
td.TdClassName
{
border-color: #1BCFEB;
}
.TagClassName
{
border-color: #1BCFEB;
}
</style>