Shades of Pale Turquoise #BFF9FB
Tints of Pale Turquoise #BFF9FB
RGB
CMYK
RGB Variations
Color information
#BFF9FB (or 0xBFF9FB) is known color: Pale Turquoise. HEX triplet: BF, F9 and FB. RGB value is (191,249,251). Sum of RGB (Red+Green+Blue) = 191+249+251=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9FB is #400604. Grayscale: #E7E7E7. Windows color (decimal): -4195845 or 16513471. OLE color: 16513471.
HSL color Cylindrical-coordinate representation of color #BFF9FB: hue angle of 182º 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 #BFF9FB is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 251 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.02 |
| HSL | 182º | 0.88% | 0.87% | - |
| HSV(B) | 182º | 0.24% | 0.98% | - |
| XYZ | 72.77 | 85.79 | 103.99 | - |
| YUV | 231.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 251 | 0.24 | 0.01 | 0 | 0.02 | 182 | 0.88 | 0.87 |
| Hex | BF | F9 | FB | 18 | 1 | 0 | 2 | B6 | 58 | 57 |
| Octal | 277 | 371 | 373 | 30 | 1 | 0 | 2 | 266 | 130 | 127 |
| Binary | 10111111 | 11111001 | 11111011 | 11000 | 1 | 0 | 10 | 10110110 | 1011000 | 1010111 |
Color Harmonies of #BFF9FB
Complementary color
Monochromatic Colors of #BFF9FB
Black with #BFF9FB
Text Example
Text Example
White with #BFF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9FB; }
p { color: rgb(191,249,251); }
H1.HeaderClassName
{
color: #BFF9FB;
}
.AnyTagClassName
{
color: #BFF9FB;
}
</style>
background-color css
<style>
a { background-color: #BFF9FB; }
a { background-color: rgb(191,249,251); }
div.DivClassName
{
background-color: #BFF9FB;
}
.BgClassName
{
background-color: #BFF9FB;
}
</style>
border-color css
<style>
span { border-color: #BFF9FB; }
span { border-color: rgb(191,249,251); }
td.TdClassName
{
border-color: #BFF9FB;
}
.TagClassName
{
border-color: #BFF9FB;
}
</style>