Shades of Pale Turquoise #BFFFFD
Tints of Pale Turquoise #BFFFFD
RGB
CMYK
RGB Variations
Color information
#BFFFFD (or 0xBFFFFD) is known color: Pale Turquoise. HEX triplet: BF, FF and FD. RGB value is (191,255,253). Sum of RGB (Red+Green+Blue) = 191+255+253=699 (92% of max value = 765). Red value is 191 (75% from 255 or 27.32% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFD is #400002. Grayscale: #EBEBEB. Windows color (decimal): -4194307 or 16646079. OLE color: 16646079.
HSL color Cylindrical-coordinate representation of color #BFFFFD: hue angle of 178.12º 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 #BFFFFD is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 253 | - |
| CMYK | 0.25 | 0 | 0.01 | 0 |
| HSL | 178.13º | 1% | 0.87% | - |
| HSV(B) | 178.13º | 0.25% | 1% | - |
| XYZ | 74.98 | 89.69 | 106.29 | - |
| YUV | 235.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 253 | 0.25 | 0 | 0.01 | 0 | 178.13 | 1 | 0.87 |
| Hex | BF | FF | FD | 19 | 0 | 1 | 0 | B2 | 64 | 57 |
| Octal | 277 | 377 | 375 | 31 | 0 | 1 | 0 | 262 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11111101 | 11001 | 0 | 1 | 0 | 10110010 | 1100100 | 1010111 |
Color Harmonies of #BFFFFD
Complementary color
Monochromatic Colors of #BFFFFD
Black with #BFFFFD
Text Example
Text Example
White with #BFFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFFD; }
p { color: rgb(191,255,253); }
H1.HeaderClassName
{
color: #BFFFFD;
}
.AnyTagClassName
{
color: #BFFFFD;
}
</style>
background-color css
<style>
a { background-color: #BFFFFD; }
a { background-color: rgb(191,255,253); }
div.DivClassName
{
background-color: #BFFFFD;
}
.BgClassName
{
background-color: #BFFFFD;
}
</style>
border-color css
<style>
span { border-color: #BFFFFD; }
span { border-color: rgb(191,255,253); }
td.TdClassName
{
border-color: #BFFFFD;
}
.TagClassName
{
border-color: #BFFFFD;
}
</style>