Shades of Pale Turquoise #BFFBF1
Tints of Pale Turquoise #BFFBF1
RGB
CMYK
RGB Variations
Color information
#BFFBF1 (or 0xBFFBF1) is known color: Pale Turquoise. HEX triplet: BF, FB and F1. RGB value is (191,251,241). Sum of RGB (Red+Green+Blue) = 191+251+241=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBF1 is #40040E. Grayscale: #E7E7E7. Windows color (decimal): -4195343 or 15858623. OLE color: 15858623.
HSL color Cylindrical-coordinate representation of color #BFFBF1: hue angle of 170º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBF1 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 241 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.02 |
| HSL | 170º | 0.88% | 0.87% | - |
| HSV(B) | 170º | 0.24% | 0.98% | - |
| XYZ | 71.86 | 86.42 | 96.11 | - |
| YUV | 231.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 241 | 0.24 | 0 | 0.04 | 0.02 | 170 | 0.88 | 0.87 |
| Hex | BF | FB | F1 | 18 | 0 | 4 | 2 | AA | 58 | 57 |
| Octal | 277 | 373 | 361 | 30 | 0 | 4 | 2 | 252 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11110001 | 11000 | 0 | 100 | 10 | 10101010 | 1011000 | 1010111 |
Color Harmonies of #BFFBF1
Complementary color
Monochromatic Colors of #BFFBF1
Black with #BFFBF1
Text Example
Text Example
White with #BFFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBF1; }
p { color: rgb(191,251,241); }
H1.HeaderClassName
{
color: #BFFBF1;
}
.AnyTagClassName
{
color: #BFFBF1;
}
</style>
background-color css
<style>
a { background-color: #BFFBF1; }
a { background-color: rgb(191,251,241); }
div.DivClassName
{
background-color: #BFFBF1;
}
.BgClassName
{
background-color: #BFFBF1;
}
</style>
border-color css
<style>
span { border-color: #BFFBF1; }
span { border-color: rgb(191,251,241); }
td.TdClassName
{
border-color: #BFFBF1;
}
.TagClassName
{
border-color: #BFFBF1;
}
</style>