Shades of Pale Turquoise #BFF5F7
Tints of Pale Turquoise #BFF5F7
RGB
CMYK
RGB Variations
Color information
#BFF5F7 (or 0xBFF5F7) is known color: Pale Turquoise. HEX triplet: BF, F5 and F7. RGB value is (191,245,247). Sum of RGB (Red+Green+Blue) = 191+245+247=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFF5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F7 is #400A08. Grayscale: #E5E5E5. Windows color (decimal): -4196873 or 16250303. OLE color: 16250303.
HSL color Cylindrical-coordinate representation of color #BFF5F7: hue angle of 182.14º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF5F7 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 245 | 247 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.03 |
| HSL | 182.14º | 0.78% | 0.86% | - |
| HSV(B) | 182.14º | 0.23% | 0.97% | - |
| XYZ | 70.93 | 83.1 | 100.3 | - |
| YUV | 229.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 247 | 0.23 | 0.01 | 0 | 0.03 | 182.14 | 0.78 | 0.86 |
| Hex | BF | F5 | F7 | 17 | 1 | 0 | 3 | B6 | 4E | 56 |
| Octal | 277 | 365 | 367 | 27 | 1 | 0 | 3 | 266 | 116 | 126 |
| Binary | 10111111 | 11110101 | 11110111 | 10111 | 1 | 0 | 11 | 10110110 | 1001110 | 1010110 |
Color Harmonies of #BFF5F7
Complementary color
Monochromatic Colors of #BFF5F7
Black with #BFF5F7
Text Example
Text Example
White with #BFF5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5F7; }
p { color: rgb(191,245,247); }
H1.HeaderClassName
{
color: #BFF5F7;
}
.AnyTagClassName
{
color: #BFF5F7;
}
</style>
background-color css
<style>
a { background-color: #BFF5F7; }
a { background-color: rgb(191,245,247); }
div.DivClassName
{
background-color: #BFF5F7;
}
.BgClassName
{
background-color: #BFF5F7;
}
</style>
border-color css
<style>
span { border-color: #BFF5F7; }
span { border-color: rgb(191,245,247); }
td.TdClassName
{
border-color: #BFF5F7;
}
.TagClassName
{
border-color: #BFF5F7;
}
</style>