Shades of Pale Turquoise #BFFFF4
Tints of Pale Turquoise #BFFFF4
RGB
CMYK
RGB Variations
Color information
#BFFFF4 (or 0xBFFFF4) is known color: Pale Turquoise. HEX triplet: BF, FF and F4. RGB value is (191,255,244). Sum of RGB (Red+Green+Blue) = 191+255+244=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF4 is #40000B. Grayscale: #EAEAEA. Windows color (decimal): -4194316 or 16056255. OLE color: 16056255.
HSL color Cylindrical-coordinate representation of color #BFFFF4: hue angle of 169.69º 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 #BFFFF4 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 244 | - |
| CMYK | 0.25 | 0 | 0.04 | 0 |
| HSL | 169.69º | 1% | 0.87% | - |
| HSV(B) | 169.69º | 0.25% | 1% | - |
| XYZ | 73.58 | 89.13 | 98.91 | - |
| YUV | 234.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 244 | 0.25 | 0 | 0.04 | 0 | 169.69 | 1 | 0.87 |
| Hex | BF | FF | F4 | 19 | 0 | 4 | 0 | AA | 64 | 57 |
| Octal | 277 | 377 | 364 | 31 | 0 | 4 | 0 | 252 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11110100 | 11001 | 0 | 100 | 0 | 10101010 | 1100100 | 1010111 |
Color Harmonies of #BFFFF4
Complementary color
Monochromatic Colors of #BFFFF4
Black with #BFFFF4
Text Example
Text Example
White with #BFFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFF4; }
p { color: rgb(191,255,244); }
H1.HeaderClassName
{
color: #BFFFF4;
}
.AnyTagClassName
{
color: #BFFFF4;
}
</style>
background-color css
<style>
a { background-color: #BFFFF4; }
a { background-color: rgb(191,255,244); }
div.DivClassName
{
background-color: #BFFFF4;
}
.BgClassName
{
background-color: #BFFFF4;
}
</style>
border-color css
<style>
span { border-color: #BFFFF4; }
span { border-color: rgb(191,255,244); }
td.TdClassName
{
border-color: #BFFFF4;
}
.TagClassName
{
border-color: #BFFFF4;
}
</style>