Shades of Pale Turquoise #B9FBF1
Tints of Pale Turquoise #B9FBF1
RGB
CMYK
RGB Variations
Color information
#B9FBF1 (or 0xB9FBF1) is known color: Pale Turquoise. HEX triplet: B9, FB and F1. RGB value is (185,251,241). Sum of RGB (Red+Green+Blue) = 185+251+241=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBF1 is #46040E. Grayscale: #E6E6E6. Windows color (decimal): -4588559 or 15858617. OLE color: 15858617.
HSL color Cylindrical-coordinate representation of color #B9FBF1: hue angle of 170.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FBF1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 241 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.02 |
| HSL | 170.91º | 0.89% | 0.85% | - |
| HSV(B) | 170.91º | 0.26% | 0.98% | - |
| XYZ | 70.38 | 85.66 | 96.04 | - |
| YUV | 230.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 241 | 0.26 | 0 | 0.04 | 0.02 | 170.91 | 0.89 | 0.85 |
| Hex | B9 | FB | F1 | 1A | 0 | 4 | 2 | AB | 59 | 55 |
| Octal | 271 | 373 | 361 | 32 | 0 | 4 | 2 | 253 | 131 | 125 |
| Binary | 10111001 | 11111011 | 11110001 | 11010 | 0 | 100 | 10 | 10101011 | 1011001 | 1010101 |
Color Harmonies of #B9FBF1
Complementary color
Monochromatic Colors of #B9FBF1
Black with #B9FBF1
Text Example
Text Example
White with #B9FBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FBF1; }
p { color: rgb(185,251,241); }
H1.HeaderClassName
{
color: #B9FBF1;
}
.AnyTagClassName
{
color: #B9FBF1;
}
</style>
background-color css
<style>
a { background-color: #B9FBF1; }
a { background-color: rgb(185,251,241); }
div.DivClassName
{
background-color: #B9FBF1;
}
.BgClassName
{
background-color: #B9FBF1;
}
</style>
border-color css
<style>
span { border-color: #B9FBF1; }
span { border-color: rgb(185,251,241); }
td.TdClassName
{
border-color: #B9FBF1;
}
.TagClassName
{
border-color: #B9FBF1;
}
</style>