Shades of Pale Turquoise #BFFEF9
Tints of Pale Turquoise #BFFEF9
RGB
CMYK
RGB Variations
Color information
#BFFEF9 (or 0xBFFEF9) is known color: Pale Turquoise. HEX triplet: BF, FE and F9. RGB value is (191,254,249). Sum of RGB (Red+Green+Blue) = 191+254+249=694 (91% of max value = 765). Red value is 191 (75% from 255 or 27.52% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF9 is #400106. Grayscale: #EAEAEA. Windows color (decimal): -4194567 or 16383679. OLE color: 16383679.
HSL color Cylindrical-coordinate representation of color #BFFEF9: hue angle of 175.24º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEF9 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 249 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.00 |
| HSL | 175.24º | 0.97% | 0.87% | - |
| HSV(B) | 175.24º | 0.25% | 1% | - |
| XYZ | 74.03 | 88.8 | 102.86 | - |
| YUV | 234.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 249 | 0.25 | 0 | 0.02 | 0.00 | 175.24 | 0.97 | 0.87 |
| Hex | BF | FE | F9 | 19 | 0 | 2 | 0 | AF | 61 | 57 |
| Octal | 277 | 376 | 371 | 31 | 0 | 2 | 0 | 257 | 141 | 127 |
| Binary | 10111111 | 11111110 | 11111001 | 11001 | 0 | 10 | 0 | 10101111 | 1100001 | 1010111 |
Color Harmonies of #BFFEF9
Complementary color
Monochromatic Colors of #BFFEF9
Black with #BFFEF9
Text Example
Text Example
White with #BFFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEF9; }
p { color: rgb(191,254,249); }
H1.HeaderClassName
{
color: #BFFEF9;
}
.AnyTagClassName
{
color: #BFFEF9;
}
</style>
background-color css
<style>
a { background-color: #BFFEF9; }
a { background-color: rgb(191,254,249); }
div.DivClassName
{
background-color: #BFFEF9;
}
.BgClassName
{
background-color: #BFFEF9;
}
</style>
border-color css
<style>
span { border-color: #BFFEF9; }
span { border-color: rgb(191,254,249); }
td.TdClassName
{
border-color: #BFFEF9;
}
.TagClassName
{
border-color: #BFFEF9;
}
</style>