Shades of Pale Turquoise #BFFFFE
Tints of Pale Turquoise #BFFFFE
RGB
CMYK
RGB Variations
Color information
#BFFFFE (or 0xBFFFFE) is known color: Pale Turquoise. HEX triplet: BF, FF and FE. RGB value is (191,255,254). Sum of RGB (Red+Green+Blue) = 191+255+254=700 (92% of max value = 765). Red value is 191 (75% from 255 or 27.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFE is #400001. Grayscale: #EBEBEB. Windows color (decimal): -4194306 or 16711615. OLE color: 16711615.
HSL color Cylindrical-coordinate representation of color #BFFFFE: hue angle of 179.06º 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 #BFFFFE is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 254 | - |
| CMYK | 0.25 | 0 | 0.00 | 0 |
| HSL | 179.06º | 1% | 0.87% | - |
| HSV(B) | 179.06º | 0.25% | 1% | - |
| XYZ | 75.14 | 89.75 | 107.13 | - |
| YUV | 235.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 254 | 0.25 | 0 | 0.00 | 0 | 179.06 | 1 | 0.87 |
| Hex | BF | FF | FE | 19 | 0 | 0 | 0 | B3 | 64 | 57 |
| Octal | 277 | 377 | 376 | 31 | 0 | 0 | 0 | 263 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11111110 | 11001 | 0 | 0 | 0 | 10110011 | 1100100 | 1010111 |
Color Harmonies of #BFFFFE
Complementary color
Monochromatic Colors of #BFFFFE
Black with #BFFFFE
Text Example
Text Example
White with #BFFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFFE; }
p { color: rgb(191,255,254); }
H1.HeaderClassName
{
color: #BFFFFE;
}
.AnyTagClassName
{
color: #BFFFFE;
}
</style>
background-color css
<style>
a { background-color: #BFFFFE; }
a { background-color: rgb(191,255,254); }
div.DivClassName
{
background-color: #BFFFFE;
}
.BgClassName
{
background-color: #BFFFFE;
}
</style>
border-color css
<style>
span { border-color: #BFFFFE; }
span { border-color: rgb(191,255,254); }
td.TdClassName
{
border-color: #BFFFFE;
}
.TagClassName
{
border-color: #BFFFFE;
}
</style>