Shades of Pale Turquoise #BFF8FB
Tints of Pale Turquoise #BFF8FB
RGB
CMYK
RGB Variations
Color information
#BFF8FB (or 0xBFF8FB) is known color: Pale Turquoise. HEX triplet: BF, F8 and FB. RGB value is (191,248,251). Sum of RGB (Red+Green+Blue) = 191+248+251=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FB is #400704. Grayscale: #E7E7E7. Windows color (decimal): -4196101 or 16513215. OLE color: 16513215.
HSL color Cylindrical-coordinate representation of color #BFF8FB: hue angle of 183º 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 #BFF8FB is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 248 | 251 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.02 |
| HSL | 183º | 0.88% | 0.87% | - |
| HSV(B) | 183º | 0.24% | 0.98% | - |
| XYZ | 72.47 | 85.18 | 103.89 | - |
| YUV | 231.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 251 | 0.24 | 0.01 | 0 | 0.02 | 183 | 0.88 | 0.87 |
| Hex | BF | F8 | FB | 18 | 1 | 0 | 2 | B7 | 58 | 57 |
| Octal | 277 | 370 | 373 | 30 | 1 | 0 | 2 | 267 | 130 | 127 |
| Binary | 10111111 | 11111000 | 11111011 | 11000 | 1 | 0 | 10 | 10110111 | 1011000 | 1010111 |
Color Harmonies of #BFF8FB
Complementary color
Monochromatic Colors of #BFF8FB
Black with #BFF8FB
Text Example
Text Example
White with #BFF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8FB; }
p { color: rgb(191,248,251); }
H1.HeaderClassName
{
color: #BFF8FB;
}
.AnyTagClassName
{
color: #BFF8FB;
}
</style>
background-color css
<style>
a { background-color: #BFF8FB; }
a { background-color: rgb(191,248,251); }
div.DivClassName
{
background-color: #BFF8FB;
}
.BgClassName
{
background-color: #BFF8FB;
}
</style>
border-color css
<style>
span { border-color: #BFF8FB; }
span { border-color: rgb(191,248,251); }
td.TdClassName
{
border-color: #BFF8FB;
}
.TagClassName
{
border-color: #BFF8FB;
}
</style>