Shades of Pale Turquoise #BFFFFA
Tints of Pale Turquoise #BFFFFA
RGB
CMYK
RGB Variations
Color information
#BFFFFA (or 0xBFFFFA) is known color: Pale Turquoise. HEX triplet: BF, FF and FA. RGB value is (191,255,250). Sum of RGB (Red+Green+Blue) = 191+255+250=696 (92% of max value = 765). Red value is 191 (75% from 255 or 27.44% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFA is #400005. Grayscale: #EBEBEB. Windows color (decimal): -4194310 or 16449471. OLE color: 16449471.
HSL color Cylindrical-coordinate representation of color #BFFFFA: hue angle of 175.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFFA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 250 | - |
| CMYK | 0.25 | 0 | 0.02 | 0 |
| HSL | 175.31º | 1% | 0.87% | - |
| HSV(B) | 175.31º | 0.25% | 1% | - |
| XYZ | 74.5 | 89.5 | 103.79 | - |
| YUV | 235.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 250 | 0.25 | 0 | 0.02 | 0 | 175.31 | 1 | 0.87 |
| Hex | BF | FF | FA | 19 | 0 | 2 | 0 | AF | 64 | 57 |
| Octal | 277 | 377 | 372 | 31 | 0 | 2 | 0 | 257 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11111010 | 11001 | 0 | 10 | 0 | 10101111 | 1100100 | 1010111 |
Color Harmonies of #BFFFFA
Complementary color
Monochromatic Colors of #BFFFFA
Black with #BFFFFA
Text Example
Text Example
White with #BFFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFFA; }
p { color: rgb(191,255,250); }
H1.HeaderClassName
{
color: #BFFFFA;
}
.AnyTagClassName
{
color: #BFFFFA;
}
</style>
background-color css
<style>
a { background-color: #BFFFFA; }
a { background-color: rgb(191,255,250); }
div.DivClassName
{
background-color: #BFFFFA;
}
.BgClassName
{
background-color: #BFFFFA;
}
</style>
border-color css
<style>
span { border-color: #BFFFFA; }
span { border-color: rgb(191,255,250); }
td.TdClassName
{
border-color: #BFFFFA;
}
.TagClassName
{
border-color: #BFFFFA;
}
</style>