Shades of Pale Turquoise #BFFBFA
Tints of Pale Turquoise #BFFBFA
RGB
CMYK
RGB Variations
Color information
#BFFBFA (or 0xBFFBFA) is known color: Pale Turquoise. HEX triplet: BF, FB and FA. RGB value is (191,251,250). Sum of RGB (Red+Green+Blue) = 191+251+250=692 (91% of max value = 765). Red value is 191 (75% from 255 or 27.60% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBFA is #400405. Grayscale: #E8E8E8. Windows color (decimal): -4195334 or 16448447. OLE color: 16448447.
HSL color Cylindrical-coordinate representation of color #BFFBFA: hue angle of 179º 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 #BFFBFA is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 250 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.02 |
| HSL | 179º | 0.88% | 0.87% | - |
| HSV(B) | 179º | 0.24% | 0.98% | - |
| XYZ | 73.24 | 86.97 | 103.37 | - |
| YUV | 232.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 250 | 0.24 | 0 | 0.00 | 0.02 | 179 | 0.88 | 0.87 |
| Hex | BF | FB | FA | 18 | 0 | 0 | 2 | B3 | 58 | 57 |
| Octal | 277 | 373 | 372 | 30 | 0 | 0 | 2 | 263 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11111010 | 11000 | 0 | 0 | 10 | 10110011 | 1011000 | 1010111 |
Color Harmonies of #BFFBFA
Complementary color
Monochromatic Colors of #BFFBFA
Black with #BFFBFA
Text Example
Text Example
White with #BFFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBFA; }
p { color: rgb(191,251,250); }
H1.HeaderClassName
{
color: #BFFBFA;
}
.AnyTagClassName
{
color: #BFFBFA;
}
</style>
background-color css
<style>
a { background-color: #BFFBFA; }
a { background-color: rgb(191,251,250); }
div.DivClassName
{
background-color: #BFFBFA;
}
.BgClassName
{
background-color: #BFFBFA;
}
</style>
border-color css
<style>
span { border-color: #BFFBFA; }
span { border-color: rgb(191,251,250); }
td.TdClassName
{
border-color: #BFFBFA;
}
.TagClassName
{
border-color: #BFFBFA;
}
</style>