Shades of Pale Turquoise #BFF9F7
Tints of Pale Turquoise #BFF9F7
RGB
CMYK
RGB Variations
Color information
#BFF9F7 (or 0xBFF9F7) is known color: Pale Turquoise. HEX triplet: BF, F9 and F7. RGB value is (191,249,247). Sum of RGB (Red+Green+Blue) = 191+249+247=687 (90% of max value = 765). Red value is 191 (75% from 255 or 27.80% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9F7 is #400608. Grayscale: #E7E7E7. Windows color (decimal): -4195849 or 16251327. OLE color: 16251327.
HSL color Cylindrical-coordinate representation of color #BFF9F7: hue angle of 177.93º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9F7 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 247 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.02 |
| HSL | 177.93º | 0.83% | 0.86% | - |
| HSV(B) | 177.93º | 0.23% | 0.98% | - |
| XYZ | 72.15 | 85.54 | 100.7 | - |
| YUV | 231.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 247 | 0.23 | 0 | 0.01 | 0.02 | 177.93 | 0.83 | 0.86 |
| Hex | BF | F9 | F7 | 17 | 0 | 1 | 2 | B2 | 53 | 56 |
| Octal | 277 | 371 | 367 | 27 | 0 | 1 | 2 | 262 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11110111 | 10111 | 0 | 1 | 10 | 10110010 | 1010011 | 1010110 |
Color Harmonies of #BFF9F7
Complementary color
Monochromatic Colors of #BFF9F7
Black with #BFF9F7
Text Example
Text Example
White with #BFF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9F7; }
p { color: rgb(191,249,247); }
H1.HeaderClassName
{
color: #BFF9F7;
}
.AnyTagClassName
{
color: #BFF9F7;
}
</style>
background-color css
<style>
a { background-color: #BFF9F7; }
a { background-color: rgb(191,249,247); }
div.DivClassName
{
background-color: #BFF9F7;
}
.BgClassName
{
background-color: #BFF9F7;
}
</style>
border-color css
<style>
span { border-color: #BFF9F7; }
span { border-color: rgb(191,249,247); }
td.TdClassName
{
border-color: #BFF9F7;
}
.TagClassName
{
border-color: #BFF9F7;
}
</style>