Shades of Bright Turquoise #1BFBDB
Tints of Bright Turquoise #1BFBDB
RGB
CMYK
RGB Variations
Color information
#1BFBDB (or 0x1BFBDB) is known color: Bright Turquoise. HEX triplet: 1B, FB and DB. RGB value is (27,251,219). Sum of RGB (Red+Green+Blue) = 27+251+219=497 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.43% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #1BFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFBDB is #E40424. Grayscale: #B4B4B4. Windows color (decimal): -14943269 or 14416667. OLE color: 14416667.
HSL color Cylindrical-coordinate representation of color #1BFBDB: hue angle of 171.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFBDB is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 251 | 219 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.02 |
| HSL | 171.43º | 0.97% | 0.55% | - |
| HSV(B) | 171.43º | 0.89% | 0.98% | - |
| XYZ | 47.74 | 74.34 | 78.85 | - |
| YUV | 180.38 | 149.79 | 18.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 251 | 219 | 0.89 | 0 | 0.13 | 0.02 | 171.43 | 0.97 | 0.55 |
| Hex | 1B | FB | DB | 59 | 0 | D | 2 | AB | 61 | 37 |
| Octal | 33 | 373 | 333 | 131 | 0 | 15 | 2 | 253 | 141 | 67 |
| Binary | 11011 | 11111011 | 11011011 | 1011001 | 0 | 1101 | 10 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1BFBDB
Complementary color
Monochromatic Colors of #1BFBDB
Black with #1BFBDB
Text Example
Text Example
White with #1BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFBDB; }
p { color: rgb(27,251,219); }
H1.HeaderClassName
{
color: #1BFBDB;
}
.AnyTagClassName
{
color: #1BFBDB;
}
</style>
background-color css
<style>
a { background-color: #1BFBDB; }
a { background-color: rgb(27,251,219); }
div.DivClassName
{
background-color: #1BFBDB;
}
.BgClassName
{
background-color: #1BFBDB;
}
</style>
border-color css
<style>
span { border-color: #1BFBDB; }
span { border-color: rgb(27,251,219); }
td.TdClassName
{
border-color: #1BFBDB;
}
.TagClassName
{
border-color: #1BFBDB;
}
</style>