Shades of Pale Turquoise #BFFBF5
Tints of Pale Turquoise #BFFBF5
RGB
CMYK
RGB Variations
Color information
#BFFBF5 (or 0xBFFBF5) is known color: Pale Turquoise. HEX triplet: BF, FB and F5. RGB value is (191,251,245). Sum of RGB (Red+Green+Blue) = 191+251+245=687 (90% of max value = 765). Red value is 191 (75% from 255 or 27.80% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBF5 is #40040A. Grayscale: #E8E8E8. Windows color (decimal): -4195339 or 16120767. OLE color: 16120767.
HSL color Cylindrical-coordinate representation of color #BFFBF5: hue angle of 174º 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 #BFFBF5 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 245 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.02 |
| HSL | 174º | 0.88% | 0.87% | - |
| HSV(B) | 174º | 0.24% | 0.98% | - |
| XYZ | 72.46 | 86.66 | 99.29 | - |
| YUV | 232.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 245 | 0.24 | 0 | 0.02 | 0.02 | 174 | 0.88 | 0.87 |
| Hex | BF | FB | F5 | 18 | 0 | 2 | 2 | AE | 58 | 57 |
| Octal | 277 | 373 | 365 | 30 | 0 | 2 | 2 | 256 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11110101 | 11000 | 0 | 10 | 10 | 10101110 | 1011000 | 1010111 |
Color Harmonies of #BFFBF5
Complementary color
Monochromatic Colors of #BFFBF5
Black with #BFFBF5
Text Example
Text Example
White with #BFFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBF5; }
p { color: rgb(191,251,245); }
H1.HeaderClassName
{
color: #BFFBF5;
}
.AnyTagClassName
{
color: #BFFBF5;
}
</style>
background-color css
<style>
a { background-color: #BFFBF5; }
a { background-color: rgb(191,251,245); }
div.DivClassName
{
background-color: #BFFBF5;
}
.BgClassName
{
background-color: #BFFBF5;
}
</style>
border-color css
<style>
span { border-color: #BFFBF5; }
span { border-color: rgb(191,251,245); }
td.TdClassName
{
border-color: #BFFBF5;
}
.TagClassName
{
border-color: #BFFBF5;
}
</style>