Shades of Pale Turquoise #BFFBF0
Tints of Pale Turquoise #BFFBF0
RGB
CMYK
RGB Variations
Color information
#BFFBF0 (or 0xBFFBF0) is known color: Pale Turquoise. HEX triplet: BF, FB and F0. RGB value is (191,251,240). Sum of RGB (Red+Green+Blue) = 191+251+240=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBF0 is #40040F. Grayscale: #E7E7E7. Windows color (decimal): -4195344 or 15793087. OLE color: 15793087.
HSL color Cylindrical-coordinate representation of color #BFFBF0: hue angle of 169º 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 #BFFBF0 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 240 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.02 |
| HSL | 169º | 0.88% | 0.87% | - |
| HSV(B) | 169º | 0.24% | 0.98% | - |
| XYZ | 71.71 | 86.36 | 95.33 | - |
| YUV | 231.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 240 | 0.24 | 0 | 0.04 | 0.02 | 169 | 0.88 | 0.87 |
| Hex | BF | FB | F0 | 18 | 0 | 4 | 2 | A9 | 58 | 57 |
| Octal | 277 | 373 | 360 | 30 | 0 | 4 | 2 | 251 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11110000 | 11000 | 0 | 100 | 10 | 10101001 | 1011000 | 1010111 |
Color Harmonies of #BFFBF0
Complementary color
Monochromatic Colors of #BFFBF0
Black with #BFFBF0
Text Example
Text Example
White with #BFFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBF0; }
p { color: rgb(191,251,240); }
H1.HeaderClassName
{
color: #BFFBF0;
}
.AnyTagClassName
{
color: #BFFBF0;
}
</style>
background-color css
<style>
a { background-color: #BFFBF0; }
a { background-color: rgb(191,251,240); }
div.DivClassName
{
background-color: #BFFBF0;
}
.BgClassName
{
background-color: #BFFBF0;
}
</style>
border-color css
<style>
span { border-color: #BFFBF0; }
span { border-color: rgb(191,251,240); }
td.TdClassName
{
border-color: #BFFBF0;
}
.TagClassName
{
border-color: #BFFBF0;
}
</style>