Shades of Pale Turquoise #BFFFF5
Tints of Pale Turquoise #BFFFF5
RGB
CMYK
RGB Variations
Color information
#BFFFF5 (or 0xBFFFF5) is known color: Pale Turquoise. HEX triplet: BF, FF and F5. RGB value is (191,255,245). Sum of RGB (Red+Green+Blue) = 191+255+245=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF5 is #40000A. Grayscale: #EAEAEA. Windows color (decimal): -4194315 or 16121791. OLE color: 16121791.
HSL color Cylindrical-coordinate representation of color #BFFFF5: hue angle of 170.62º 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 #BFFFF5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 245 | - |
| CMYK | 0.25 | 0 | 0.04 | 0 |
| HSL | 170.63º | 1% | 0.87% | - |
| HSV(B) | 170.63º | 0.25% | 1% | - |
| XYZ | 73.73 | 89.19 | 99.72 | - |
| YUV | 234.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 245 | 0.25 | 0 | 0.04 | 0 | 170.63 | 1 | 0.87 |
| Hex | BF | FF | F5 | 19 | 0 | 4 | 0 | AB | 64 | 57 |
| Octal | 277 | 377 | 365 | 31 | 0 | 4 | 0 | 253 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11110101 | 11001 | 0 | 100 | 0 | 10101011 | 1100100 | 1010111 |
Color Harmonies of #BFFFF5
Complementary color
Monochromatic Colors of #BFFFF5
Black with #BFFFF5
Text Example
Text Example
White with #BFFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFF5; }
p { color: rgb(191,255,245); }
H1.HeaderClassName
{
color: #BFFFF5;
}
.AnyTagClassName
{
color: #BFFFF5;
}
</style>
background-color css
<style>
a { background-color: #BFFFF5; }
a { background-color: rgb(191,255,245); }
div.DivClassName
{
background-color: #BFFFF5;
}
.BgClassName
{
background-color: #BFFFF5;
}
</style>
border-color css
<style>
span { border-color: #BFFFF5; }
span { border-color: rgb(191,255,245); }
td.TdClassName
{
border-color: #BFFFF5;
}
.TagClassName
{
border-color: #BFFFF5;
}
</style>