Shades of Pale Turquoise #BFF7F6
Tints of Pale Turquoise #BFF7F6
RGB
CMYK
RGB Variations
Color information
#BFF7F6 (or 0xBFF7F6) is known color: Pale Turquoise. HEX triplet: BF, F7 and F6. RGB value is (191,247,246). Sum of RGB (Red+Green+Blue) = 191+247+246=684 (90% of max value = 765). Red value is 191 (75% from 255 or 27.92% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7F6 is #400809. Grayscale: #E6E6E6. Windows color (decimal): -4196362 or 16185279. OLE color: 16185279.
HSL color Cylindrical-coordinate representation of color #BFF7F6: hue angle of 178.93º 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 #BFF7F6 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 246 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.03 |
| HSL | 178.93º | 0.78% | 0.86% | - |
| HSV(B) | 178.93º | 0.23% | 0.97% | - |
| XYZ | 71.38 | 84.25 | 99.69 | - |
| YUV | 230.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 246 | 0.23 | 0 | 0.00 | 0.03 | 178.93 | 0.78 | 0.86 |
| Hex | BF | F7 | F6 | 17 | 0 | 0 | 3 | B3 | 4E | 56 |
| Octal | 277 | 367 | 366 | 27 | 0 | 0 | 3 | 263 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11110110 | 10111 | 0 | 0 | 11 | 10110011 | 1001110 | 1010110 |
Color Harmonies of #BFF7F6
Complementary color
Monochromatic Colors of #BFF7F6
Black with #BFF7F6
Text Example
Text Example
White with #BFF7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7F6; }
p { color: rgb(191,247,246); }
H1.HeaderClassName
{
color: #BFF7F6;
}
.AnyTagClassName
{
color: #BFF7F6;
}
</style>
background-color css
<style>
a { background-color: #BFF7F6; }
a { background-color: rgb(191,247,246); }
div.DivClassName
{
background-color: #BFF7F6;
}
.BgClassName
{
background-color: #BFF7F6;
}
</style>
border-color css
<style>
span { border-color: #BFF7F6; }
span { border-color: rgb(191,247,246); }
td.TdClassName
{
border-color: #BFF7F6;
}
.TagClassName
{
border-color: #BFF7F6;
}
</style>