Shades of Pale Turquoise #BFFFFF
Tints of Pale Turquoise #BFFFFF
RGB
CMYK
RGB Variations
Color information
#BFFFFF (or 0xBFFFFF) is known color: Pale Turquoise. HEX triplet: BF, FF and FF. RGB value is (191,255,255). Sum of RGB (Red+Green+Blue) = 191+255+255=701 (92% of max value = 765). Red value is 191 (75% from 255 or 27.25% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #BFFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFF is #400000. Grayscale: #EBEBEB. Windows color (decimal): -4194305 or 16777151. OLE color: 16777151.
HSL color Cylindrical-coordinate representation of color #BFFFFF: hue angle of 180º 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 #BFFFFF is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 255 | - |
| CMYK | 0.25 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.87% | - |
| HSV(B) | 180º | 0.25% | 1% | - |
| XYZ | 75.3 | 89.82 | 107.98 | - |
| YUV | 235.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 255 | 0.25 | 0 | 0 | 0 | 180 | 1 | 0.87 |
| Hex | BF | FF | FF | 19 | 0 | 0 | 0 | B4 | 64 | 57 |
| Octal | 277 | 377 | 377 | 31 | 0 | 0 | 0 | 264 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11111111 | 11001 | 0 | 0 | 0 | 10110100 | 1100100 | 1010111 |
Color Harmonies of #BFFFFF
Complementary color
Monochromatic Colors of #BFFFFF
Black with #BFFFFF
Text Example
Text Example
White with #BFFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFFF; }
p { color: rgb(191,255,255); }
H1.HeaderClassName
{
color: #BFFFFF;
}
.AnyTagClassName
{
color: #BFFFFF;
}
</style>
background-color css
<style>
a { background-color: #BFFFFF; }
a { background-color: rgb(191,255,255); }
div.DivClassName
{
background-color: #BFFFFF;
}
.BgClassName
{
background-color: #BFFFFF;
}
</style>
border-color css
<style>
span { border-color: #BFFFFF; }
span { border-color: rgb(191,255,255); }
td.TdClassName
{
border-color: #BFFFFF;
}
.TagClassName
{
border-color: #BFFFFF;
}
</style>